Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 8,261 for

fill color

(0.05 sec)
  1. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... Fill the rectangle path. Close the...( new SolidBrush(Color. Orange )); 16 //Fill the rectangle 17...

    docs.aspose.com/page/net/ps/working-with-shapes/
  2. PSD Layer Types|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.... Fill Layers It's a subtype of Smart Layer that fills image...image with color, gradient of pattern Smart Objects Layers that...

    docs.aspose.com/psd/java/layer-types/
  3. List of PSD Layer Resources|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....0) lclr Sheet color setting (Photoshop 6.0) fxrp...Solid color sheet setting (Photoshop 6.0) PtFl Pattern fill setting...

    docs.aspose.com/psd/net/list-of-psd-layer-resou...
  4. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...refers to an image utilized for filling or drawing objects such as...These are aspose.pydrawing.Color , aspose.pydrawing.TextureBrush...

    docs.aspose.com/page/python-net/ps/working-with...
  5. Locking WordArt Watermark with JavaScript via C...

    Learn how to lock WordArt watermarks in Aspose.Cells for JavaScript via C++....Text ] : true }; // Get the fill format of the word art const...wordArtFormat = wordart . fill ; // Set the color (converted to property...

    docs.aspose.com/cells/javascript-cpp/locking-wo...
  6. 在 PostScript 中使用转换 | C++

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 C++ 中使用该功能...(System::Drawing::Color::get_Orange())); 4 5 //Fill the first rectangle...transformations. 6 document -> Fill(path); 7 ////////// 现在,我们创建...

    docs.aspose.com/page/zh/cpp/ps/working-with-tra...
  7. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印...Text ] : true }; // Get the fill format of the word art const...wordArtFormat = wordart . fill ; // Set the color (converted to property...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  8. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group shape enumeration for seamless document processing....Height = 200 , Stroke = { Color = Color . Red } }; Shape cube =...Height = 100 , Stroke = { Color = Color . Blue } }; GroupShape group...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results....rows and columns that we will fill with thumbnails. const int thumbColumns...TextRenderingHint . AntiAliasGridFit ; // Fill the background, which is transparent...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for .NET... Fill = doc. CreateSolidColorBrus (Color. Green ); 15...100f)); 19 path. Fill = doc. CreateSolidColorBrus (Color. Red ); 20...

    docs.aspose.com/page/net/xps/graphic-utilities/