Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 352 for

solidbrush

(0.04 sec)
  1. Aspose.PSD for .NET 20.3 - 发行说明|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....DrawRectangle ( new Pen ( new SolidBrush ( Color . Blue )), new Rectangle...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. Aspose.PSD for Java 20.3 - 发行说明|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....drawRectangle ( new Pen ( new SolidBrush ( Color . getBlue ())), new...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. Working with Textures in PostScript | .NET

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...SolidBrush , System.Drawing.TextureBrush...SetStroke ( new Pen( new SolidBrush(Color. Red ), 2)); 40 //Stroke...

    docs.aspose.com/page/net/ps/working-with-textures/
  4. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...SolidBrush , System.Drawing.TextureBrush...(System::MakeObject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Red())...

    docs.aspose.com/page/cpp/ps/working-with-textures/
  5. How to generate multiline image from text - Fre...

    Hello Team, We are using aspose.Imaging using that we want to generate image from text. If text length is beyond some specific width then it should be wrap and should display text after that length into new line. How ca…...new Font("Arial", 12), new SolidBrush(Color.Black), new RectangleF(20...

    forum.aspose.com/t/how-to-generate-multiline-im...
  6. Manage canvases of PS file | .NET

    .NET API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C# code....SolidBrush(Color.Blue)); //Fill the...SetPaint( new System.Drawing.SolidBrush(Color.Red)); //Fill the third...

    products.aspose.com/page/net/work-with-ps-graph...
  7. Aspose.PSD for .NET 20.6 - 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....Font ( "Arial" , 10 ), new SolidBrush ( Color . Red ), 15 , 45...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-6...
  8. Aspose.PSD for .NET 20.7 - 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....Font ( "Arial" , 10 ), new SolidBrush ( Color . Red ), 15 , 45...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-7...
  9. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...SolidBrush , System.Drawing.TextureBrush...300, brush, new Pen( new SolidBrush(Color. Black ), 2)); 37 38...

    docs.aspose.com/page/net/ps/working-with-gradient/
  10. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python... SolidBrush (aspose. pydrawing . Color...

    docs.aspose.com/page/python-net/ps/working-with...