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

stroke color

(0.03 sec)
  1. Working with Shapes in PostScript | C++

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

    docs.aspose.com/page/cpp/ps/working-with-shapes/
  2. Fill.patterned method | Aspose.Words for Python

    aspose.words.drawing.Fill.patterned method...patterned(pattern_type, fore_color, back_color) Sets the specified fill... fore_color : aspose . pydrawing . Color , back_color : aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Advanced SVG Creation and Modification with Asp...

    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/
  4. ChartShapeType enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.ChartShapeType enumeration. Specifies the shape type of chart elements....Examples Shows how to set fill, stroke and callout formatting for...format . stroke . color = aspose . pydrawing . Color . dark_green...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.PSD for .NET 24.2 - 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....Fix saving psd files having Stroke Pattern Bug PSDNET-1642 The...Fix saving psd files having Stroke Pattern string sourceFile =...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-2...
  6. Aspose.PSD for Python via .NET 24.2 - Release N...

    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....Fix saving psd files having Stroke Pattern Bug PSDPYTHON-38 The...compression_level = 9 pngOpt . color_type = PngColorType . TRUECOLOR_WITH_ALPHA...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  7. Edit SVG File – C# Examples

    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/
  8. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....Examples: Shows how to get shadow color. Document doc = new Document(getMyDir()...Document(getMyDir() + "Shadow color.docx"); Shape shape = (Shape)doc...

    reference.aspose.com/words/java/com.aspose.word...
  9. Shape.ExtrusionEnabled | Aspose.Words for .NET

    Discover if the Shape Extrusion feature is active. Easily enhance your designs with stunning 3D effects for a professional touch!... Stroked ) { Assert . AreEqual ( shape . Stroke . Color , shape...AppendLine ( $"Stroke colors: {shape.Stroke.Color}, {shape.Stroke.Color2}"...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Working with Gradient in PS file | Java

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...a smooth transition of one color to another. It is used for making...In order to set paint or a stroke in we must pass an object of...

    docs.aspose.com/page/java/ps/working-with-gradi...