Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 996 for

solidbrush

(0.03 sec)
  1. How to draw an image|Documentation

    Draw an image. Drawing lines, ellipses, rectangles, arcs, Bezier curves and strings....draw a dotted line or use SolidBrush for continuous lines, followed...

    docs.aspose.com/imaging/java/developer-guide/ho...
  2. 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... SetPaint ( new SolidBrush(Color. Orange )); 16 //Fill...SetStroke ( new Pen( new SolidBrush(Color. Red ), 3)); 24 //Stroke...

    docs.aspose.com/page/net/ps/working-with-shapes/
  3. 在 PS 文件中处理形状 | Python

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加形状的问题。了解如何在 Python 中使用该功能... SolidBrush (aspose. pydrawing . Color...dth (aspose. pydrawing . SolidBrush (aspose. pydrawing . Color...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  4. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....image ); Brush brush = new SolidBrush ( Color . FromKnownColor..."FontName" ], 14 ); brush = new SolidBrush ( Color . FromKnownColor...

    docs.aspose.com/slides/net/activex/
  5. How to draw an image|Documentation

    Draw an image. Drawing lines, ellipses, rectangles, arcs, Bezier curves and strings....draw a dotted line or use SolidBrush for continuous lines with...

    docs.aspose.com/imaging/net/developer-guide/how...
  6. Aspose.Barcode in .Net MAUI Mobile Application|...

    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....ToArray ()))) { SolidBrush barcodeBrush = new SolidBrush ( Aspose ..."Pristina" , 10 ); SolidBrush textBrush = new SolidBrush ( Aspose . Drawing...

    docs.aspose.com/barcode/net/aspose-barcode-in-n...
  7. 在 PS 文件中使用转换 | Python

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Python 中使用该功能... SolidBrush (aspose. pydrawing . Color...set_paint (aspose. pydrawing . SolidBrush (aspose. pydrawing . Color...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  8. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 .NET 中使用该功能... SetPaint ( new SolidBrush(Color. Orange )); 16 //Fill...SetStroke ( new Pen( new SolidBrush(Color. Red ), 3)); 24 //Stroke...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  9. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... SetPaint ( new SolidBrush(Color. Orange )); 4 5 //Fill...document. SetPaint ( new SolidBrush(Color. Blue )); 11 12 //Fill...

    docs.aspose.com/page/net/ps/working-with-transf...
  10. 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++...bject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Orange()));...(System::MakeObject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Red())...

    docs.aspose.com/page/cpp/ps/working-with-shapes/