Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,357 for

stroke color

(0.07 sec)
  1. Convert SVG to Image, JPG, PNG, BMP, TIFF and G...

    Learn about supported SVG to Image conversion scenarios and how to execute them in C#. You will find C# examples and an online SVG Converter...jagged edges by blending the colors of pixels around the edges...page size, margins, background color, etc. Property Description Sets...

    docs.aspose.com/svg/net/convert-svg-to-image/
  2. 路径生成器 – Path Builder – 创建 SVG 路径 – C#

    了解如何使用 PathBuilder 以编程方式创建 SVG 路径。 PathBuilder 使创建和操作 SVG 路径变得更加容易。...the fill color of the path to teal 25 . Fill (Color. Teal ))...Fill (f => f. None ()). Stroke (Color. IndianRed ). Transform...

    docs.aspose.com/svg/zh/net/path-builder/
  3. Convert SVG to TIFF | C#

    Convert SVG to TIFF in C# using Aspose.HTML API. Consider various SVG to TIFF conversion scenarios in C# examples. Try online SVG Converter....r ='50' fill='pink' stroke='red' stroke-width='10' />" + 4 "</svg>"... and change the background color to AliceBlue 11 ImageSaveOptions...

    docs.aspose.com/html/net/convert-svg-to-tiff/
  4. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...by 1 bpp (bits per pixel) 2-color image as a stencil mask; At...place of the filled rectangle. Stroke with a dashed line the bounds...

    docs.aspose.com/page/net/ps/working-with-clips/
  5. Aspose::Words::Drawing::Shape::get_StrokeWeight...

    Aspose::Words::Drawing::Shape::get_StrokeWeight method. Defines the brush thickness that Strokes the path of a shape in points in C++....Defines the brush thickness that strokes the path of a shape in points...get_Stroked ()) { ASPOSE_EXPECT_EQ ( shape -> get_Stroke () ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Shape::get_ExtrusionEna...

    Aspose::Words::Drawing::Shape::get_ExtrusionEnabled method. Returns true if an extrusion effect is enabled in C++....get_Stroked ()) { ASPOSE_EXPECT_EQ ( shape -> get_Stroke () ->...-> get_Color (), shape -> get_StrokeColor ()); AppendLine ( String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Shape::get_ShadowEnable...

    Aspose::Words::Drawing::Shape::get_ShadowEnabled method. Returns true if a shadow effect is enabled in C++....get_Stroked ()) { ASPOSE_EXPECT_EQ ( shape -> get_Stroke () ->...-> get_Color (), shape -> get_StrokeColor ()); AppendLine ( String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Shape::get_Filled metho...

    Aspose::Words::Drawing::Shape::get_Filled method. Determines whether the closed path of the shape will be filled in C++....get_Stroked ()) { ASPOSE_EXPECT_EQ ( shape -> get_Stroke () ->...-> get_Color (), shape -> get_StrokeColor ()); AppendLine ( String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Shape::get_OleFormat me...

    Aspose::Words::Drawing::Shape::get_OleFormat method. Provides access to the OLE data of a shape. For a shape that is not an OLE object or ActiveX control, returns null in C++....get_Stroked ()) { ASPOSE_EXPECT_EQ ( shape -> get_Stroke () ->...-> get_Color (), shape -> get_StrokeColor ()); AppendLine ( String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Create SVG File, Load and Read SVG in Python

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API....SVG document that contains a color-filled circle with a radius...radius of 50 pixels and colored stroke. Copy 1 from aspose. svg import...

    docs.aspose.com/svg/python-net/create-svg-file/