Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,727 for

stroke color

(0.15 sec)
  1. Advanced SVG Builder API for C# – Aspose.SVG

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... Fill (Color. Blue ). Stroke (Paint. None ) 5 . StrokeWidth...Cx(50).Cy(50).R(20).Fill(Color.Blue).Stroke(Paint.None).StrokeWidth(2)...

    docs.aspose.com/svg/net/svg-builder-api/
  2. Working with Textures in PS file | Java

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java... In order to set paint or stroke in we must pass an object of...an object of java.awt.Stroke for stroking into respective methods...

    docs.aspose.com/page/java/ps/working-with-textu...
  3. Fill.pattern property | Aspose.Words for Python

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill....file_name = MY_DIR + 'Shape stroke pattern border.docx' ) shape...with foreground and background colors to the shape fill: fill . patterned...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Fill.Pattern | Aspose.Words for .NET

    Discover the Fill Pattern property to easily access and customize PatternType for your designs. Enhance your projects with unique fill options!...new Document ( MyDir + "Shape stroke pattern border.docx" ); Shape...with foreground and background colors to the shape fill: fill . Patterned...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java... If we need to stroke (outline) a rectangle, the...points 5 and 6 will be: Set the stroke to the current graphics state...

    docs.aspose.com/page/java/ps/working-with-shapes/
  6. Aspose::Words::Drawing::Shape::get_StrokeColor ...

    Aspose::Words::Drawing::Shape::get_StrokeColor method. Defines the Color of a Stroke in C++....Defines the color of a stroke. System :: Drawing :: Color Aspose ::...Remarks This is a shortcut to the Color property. The default value...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose.PSD for Python via .NET 24.2 - 发行说明|Docu...

    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....在打开文档时出现“图像加载失败”异常 缺陷 PSDPYTHON-37 修复保存具有 Stroke Pattern 的 psd 文件 缺陷 PSDPYTHON-38...compression_level = 9 pngOpt . color_type = PngColorType . TRUECOLOR_WITH_ALPHA...

    docs.aspose.com/psd/zh/net/aspose-psd-for-pytho...
  8. Shape.strokeColor property | Aspose.Words for N...

    Shape.StrokeColor property. Defines the Color of a Stroke....property Defines the color of a stroke. get strokeColor () :...This is a shortcut to the Stroke.color property. The default value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...a smooth transition between colors, enhancing the realism of drawn...PathGradientBrush To apply paint or stroke in a , objects of the aspose...

    docs.aspose.com/page/python-net/ps/working-with...
  10. Edit SVG File – C# Examples with Aspose.SVG

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG paths, draw on bitmaps, and more using the Aspose.SVG for .NET library.... SetAttribute ( "stroke" , "magenta" ); 3 gElement...gElement. SetAttribute ( "stroke-width" , "4" ); How to add Basic Shapes...

    docs.aspose.com/svg/net/edit-svg-file/