Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,965 for

brush

(0.14 sec)
  1. Drawing Images using GraphicsPath|Documentation

    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....object of any brush class from the Aspose.PSD.Brushes namespace....HatchBrush which is a rectangular brush with a hatch style, a foreground...

    docs.aspose.com/psd/java/drawing-images-using-g...
  2. Add Text to JPG Images Using Java – Aspose.Drawing

    Step-by-step guide to add text on JPG images using Java and Aspose.Drawing. Learn code, captions, and free online tools....drawString() with the text, font, brush, and rectangle. Save the output...drawString() with the text, font, brush, and rectangle. Save the final...

    blog.aspose.com/drawing/write-text-on-jpg-in-java/
  3. 在 PostScript 中使用填充图案 | C++

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...Brush 和 System.Drawing.HatchBrush...SetPaint() 或接受 System.Drawing.Brush 作为参数的 FillText() 或 FillAndStrokeText()...

    docs.aspose.com/page/zh/cpp/ps/working-with-hat...
  4. Installed font will be substituted - Free Suppo...

    The PowerPoint presentation uses font “Brush Script MT”. The presentation shall be saved as a PDF. Using a FontSubstRule it shall be replaced with “Pacifico”, which is installed on the Windows machine. But using a Warnin…...PowerPoint presentation uses font “Brush Script MT”. The presentation...set up correctly to replace “Brush Script MT” with “Pacifico”....

    forum.aspose.com/t/installed-font-will-be-subst...
  5. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the Brush color that fills the closed path of the shape....fill_color property Defines the brush color that fills the closed...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Feature List | Aspose.Page for .NET

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for .NET....Use brushes of different types including solid color brush, image...image brush, visual brush etc Specify colors in different color...

    docs.aspose.com/page/net/feature-list/
  7. Stroke.weight property | Aspose.Words for Node.js

    Stroke.weight property. Defines the Brush thickness that strokes the path of a shape in points....weight property Defines the brush thickness that strokes the path...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Drawing Images|Documentation

    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....with specified color, width & brush. The SolidBrush class is used...with specified color, width & brush. The Rectangle class stores...

    docs.aspose.com/psd/net/drawing-images/
  9. 使用透明度 | C++

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 C++ 中使用该功能。...z" )); 11 // Set blue solid brush to fill path1 12 path1 -> set_Fill(doc...26 // ... and set red solid brush to fill it 27 path3 -> set_Fill(doc...

    docs.aspose.com/page/zh/cpp/xps/working-with-tr...
  10. How to Create and Draw on Bitmaps with Aspose.D...

    Learn how to create and draw on bitmap images using Aspose.Drawing for .NET. Follow this guide with code, setup, and performance tips for C# developers....inside the rectangle using (Brush redBrush = new SolidBrush(Color...36 , FontStyle.Bold)) using (Brush blackBrush = new SolidBrush(Color...

    blog.aspose.com/drawing/how-to-create-and-draw-...