Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 200 for

solid color brush

(0.12 sec)
  1. 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 Shape.fill_color property Defines the brush...brush color that fills the closed path of the shape. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HorizontalRuleFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.HorizontalRuleFormat class for advanced horizontal rule formatting. Enhance your document design effortlessly!... Color { get; set; } Gets or sets the brush color that fills...is without 3D shading and solid color is used. WidthPercent { get;...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Drawing Rectangle in PHP|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....Create an instance of Color $color = new Color (); \ # Create an...surface with Yellow color $graphic -> clear ( $color -> getYellow ());...

    docs.aspose.com/imaging/java/drawing-rectangle-...
  4. Drawing Ellipse in PHP|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....Create an instance of Color $color = new Color (); \ # Create an...surface with Yellow color $graphic -> clear ( $color -> getYellow ());...

    docs.aspose.com/imaging/java/drawing-ellipse-in...
  5. Shape.fillColor property | Aspose.Words for Nod...

    Shape.fillColor property. Defines the Brush Color that fills the closed path of the shape....fillColor property Defines the brush color that fills the closed path...This is a shortcut to the Fill.color property. The default value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::Shape::get_FillColor me...

    Aspose::Words::Drawing::Shape::get_FillColor method. Defines the Brush Color that fills the closed path of the shape in C++....Shape::get_FillColor method Defines the brush color that fills the closed path...shape. System :: Drawing :: Color Aspose :: Words :: Drawing ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Working with Transparency in XPS file | Java

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java... createSolidColorBrus (Color. GRAY )); 8 doc. addPath (doc...(doc. createSolidColorBrus (Color. GRAY )); 9 10 // Create path...

    docs.aspose.com/page/java/xps/working-with-tran...
  8. Working with Transparency in XPS file | .NET

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... CreateSolidColorBrus (Color. Gray ); 10 doc. AddPath (doc...doc. CreateSolidColorBrus (Color. Gray ); 11 12 // Create path...

    docs.aspose.com/page/net/xps/working-with-trans...
  9. Working with Transparency | C++

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...CreateSolidColorBrus(System::Drawing::Color::get_Gray())); 7 doc -> AddPath(doc...CreateSolidColorBrus(System::Drawing::Color::get_Gray())); 8 9 // Create...

    docs.aspose.com/page/cpp/xps/working-with-trans...
  10. Create Transparent Image in Java

    This article provides guidance on how to create transparent image in Java. It includes IDE setup details, a step-by-step guide, and a code example to draw pictures with transparent background in Java....into the path Generate a brush with color and use it to fill all...lines into the path, color them using a brush, and finally apply...

    kb.aspose.com/drawing/java/create-transparent-i...