Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,964 for

brush

(0.66 sec)
  1. 图像处理 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何将简单或平铺图像添加到 XPS 文件的问题。了解如何在 C++ 中使用该功能。... f )); 8 //Create Image Brush 9 path -> set_Fill(doc -> C...

    docs.aspose.com/page/zh/cpp/xps/working-with-im...
  2. 在 XPS 文件中处理文本 | .NET

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加文本的问题。了解如何在 .NET 中使用该功能...xps" ; 7 8 //Create a brush 9 XpsSolidColorBrush textFill...

    docs.aspose.com/page/zh/net/xps/working-with-text/
  3. Watermark GIF image via C# | products.aspose.com

    Try our On-Premise document APIs to watermark GIF image file on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....from the Image; define Font, Brush and Format for watermark text;...

    products.aspose.com/imaging/net/watermark/gif/
  4. Watermark GIF image via Java | products.aspose.com

    Sample Java conversion code for GIF format to file. Use this example code to convert GIF to within any Web or Desktop Java based application....from the Image Define Font, Brush and Format for watermark text...

    products.aspose.com/imaging/java/watermark/gif/
  5. mauibarcode.zip

    mauibarcode/mauibarcode/App.xaml mauibarcode/mauibarcode/App.xaml.cs namespace mauibarcode; public partial class App : Application { public App() { InitializeComponent(); MainPage = new AppShell();......Brush brush = new SolidBrush(fore); Aspose...graphics.DrawString(text, font, brush, rect); } MemoryStream ms =...

    docs.aspose.com/barcode/net/aspose-barcode-in-n...
  6. 编辑 HTML5 画布 – Aspose.HTML for .NET

    了解 HTML 画布以及如何使用 Aspose.HTML for .NET API 处理包含 HTML5 画布元素的文档。...18 19 // Prepare a gradient brush 20 ICanvasGradient gradient..."red" ); 24 25 // Assign the brush to the content 26 context. FillStyle...

    docs.aspose.com/html/zh/net/edit-html5-canvas/
  7. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....FillColor { get; set; } Defines the brush color that fills the closed...StrokeWeight { get; set; } Defines the brush thickness that strokes the path...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose.PSD for .NET 20.3 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....another rectangle with Solid Brush in Blue color graphic . DrawRectangle...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-3...
  9. 文本操作 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加文本的问题。了解如何在 C++ 中使用该功能...XpsDocument > (); 4 //Create a brush 5 System ::SharedPtr < XpsSolidColorBrush...

    docs.aspose.com/page/zh/cpp/xps/working-with-text/
  10. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...new Presentation("d:\\files\\Brush Skript MT.pptx"); // Get a blank...

    forum.aspose.com/t/add-new-last-slide-with-text...