Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,686 for

stroke color

(0.06 sec)
  1. 在 PostScript 中使用渐变 | C++

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 C++ 中使用该功能...as a bounds, start and end colors 29 System::SharedPtr < Sys...System::Drawing::Color::FromArgb(150, 0, 0, 0), System::Drawing::Color::FromArgb(50...

    docs.aspose.com/page/zh/cpp/ps/working-with-gra...
  2. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS document?"...GradientStops> <GradientStop Color="sc#0.980392158, 1, 1, 1" Offset="0"...Offset="0" /> <GradientStop Color="sc#0.521568656, 1, 1, 1" Offset="1"...

    docs.aspose.com/page/net/what-is-xps-file/
  3. 将 SVG 转换为 TIFF | Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 将 SVG 转换为 TIFF。在 C# 示例中考虑各种 SVG 到 TIFF 的转换方案。尝试在线 SVG 转换器。...r ='50' fill='pink' stroke='red' stroke-width='10' />" + 6 "</svg>"... and change the background color to AliceBlue 13 ImageSaveOptions...

    docs.aspose.com/html/zh/net/convert-svg-to-tiff/
  4. 将 SVG 转换为 BMP – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 SVG 转换为 BMP。在 C# 示例中考虑各种 SVG 到 BMP 的转换情况。尝试在线 SVG 转换器。...r ='50' fill='none' stroke='red' stroke-width='10' />" + 6 "</svg>"... and change the background color to AliceBlue 13 ImageSaveOptions...

    docs.aspose.com/html/zh/net/convert-svg-to-bmp/
  5. 在 PostScript 中使用纹理 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加纹理图案的问题。了解如何在 .NET 中使用该功能...GetPaint (); 37 38 //Set red stroke 39 document. SetStroke ( new...new SolidBrush(Color. Red ), 2)); 40 //Stroke the rectangle 41...

    docs.aspose.com/page/zh/net/ps/working-with-tex...
  6. 在 PostScript 中使用纹理 | C++

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...GetPaint(); 57 58 //Set red stroke 59 document -> SetStroke(System::MakeObject...(System::Drawing::Color::get_Red()), 2. 0f )); 60 //Stroke the rectangle...

    docs.aspose.com/page/zh/cpp/ps/working-with-tex...
  7. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....to fill a shape with a solid color. Document doc = new Document();..."StrokeColor" property to set the color of the outline of the shape...

    reference.aspose.com/words/java/com.aspose.word...
  8. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... Stroke . DashStyle = DashStyle . Dash..., Top = - 10 , FillColor = Color . Red }; group . AppendChild...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ShapeBase.CoordOrigin | Aspose.Words for .NET

    Discover the ShapeBase CoordOrigin property to optimize your designs. Access precise coordinates for the top-left corner of your shape's containing block.... Stroke . DashStyle = DashStyle . Dash..., Top = - 10 , FillColor = Color . Red }; group . AppendChild...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Paint Builder – 创建 SVG 图案 – C#

    通过创建 SVG 图案作为示例,了解如何使用 Paint Builder 配置 SVG 元素的绘制属性。...何绘画、图案或渐变填充各种 SVG 形状和元素时指定 stroke 或 fill 属性的值。 油漆生成器 – Paint... 3, 7, 0, 5, 3, 3 }, fill: Color. Teal ) 15 . AddPolygon (points:...

    docs.aspose.com/svg/zh/net/paint-builder/