Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,008 for

solidbrush

(0.15 sec)
  1. Adding a Watermark to an Image|Documentation

    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....Create and initialize Font and SolidBrush objects. Draw a string as...Create and initialize Font and SolidBrush objects. Get size of image...

    docs.aspose.com/imaging/python-net/adding-a-wat...
  2. Adding a Watermark to an Image|Documentation

    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....Create and initialize Font and SolidBrush objects. Draw a string as...Create and initialize Font and SolidBrush objects. Get size of image...

    docs.aspose.com/imaging/net/adding-a-watermark-...
  3. Write Text on JPG Image in .NET

    Learn to add text to JPG images in .NET with Aspose.Drawing. This guide covers setup, code example, font handling, performance tips, and best practices....Bold); SolidBrush brush = new SolidBrush(Color.Red); Draw...brush (red color) SolidBrush brush = new SolidBrush(Color.Red); //...

    blog.aspose.com/drawing/write-text-on-jpg-image...
  4. 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/
  5. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....= System :: MakeObject < SolidBrush > ( Color :: FromKnownColor...= System :: MakeObject < SolidBrush > ( Color :: FromKnownColor...

    docs.aspose.com/slides/cpp/activex/
  6. Drawing Images|Documentation

    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.... Note: The SolidBrush class is used for drawing...with specific color. The SolidBrush class is used for drawing...

    docs.aspose.com/imaging/java/drawing-images/
  7. 在 PostScript 中使用形状 | C++

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 C++ 中使用该功能...bject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Orange()));...(System::MakeObject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Red())...

    docs.aspose.com/page/zh/cpp/ps/working-with-sha...
  8. 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... SetPaint ( new SolidBrush(Color. Blue )); 32 33 //Fill...42 Pen pen = new Pen( new SolidBrush(Color. Blue ), 2); 43 pen...

    docs.aspose.com/page/zh/net/ps/working-with-clips/
  9. 管理演示文稿中的 ActiveX 控件(Python)|Aspose.Slides for P...

    了解 Aspose.Slides for Python via .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... SolidBrush ( draw . Color . from_known_color..."Arial" , 14 ) with draw . SolidBrush ( draw . Color . from_known_color...

    docs.aspose.com/slides/zh/python-net/activex/
  10. 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/python-net/developer-gu...