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

pen

(0.04 sec)
  1. Drawing Arc in PHP|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 an instance of Pen $pen = new Pen (); \ # Create and initialize...screen. $graphic -> drawArc ( new Pen ( $color -> getBlack ()), 0 ...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  2. 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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/psd/net/drawing-images/
  3. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Pen depending on whether we fill...pydrawing.Brush or aspose.pydrawing.Pen , the text will be filled or...

    docs.aspose.com/page/python-net/ps/working-with...
  4. 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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/psd/java/drawing-images/
  5. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...layer ) In the code example, a Pen object is created to define the...the thickness as needed. pen = Pen ( Color . alice_blue ) Similarly...

    docs.aspose.com/psd/python-net/graphics-api/
  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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/imaging/python-net/drawing-images/
  7. 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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/imaging/net/drawing-images/
  8. 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....overloads accepting the instance of Pen class and coordinates pairs of...Point/PointF structures as arguments. Pen Class defines an object used...

    docs.aspose.com/imaging/java/drawing-images/
  9. Working with Text in PostScript | .NET

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Pen depending on whether we fill...Drawing.Brush or System.Drawing.Pen , the text will be filled or...

    docs.aspose.com/page/net/ps/working-with-text/
  10. 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...Translate (100, 100); 38 39 Pen pen = new Pen( new SolidBrush(Color...SolidBrush(Color. Blue ), 2); 40 pen. DashStyle = DashStyle. Dash ; 41 42 document...

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