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

pen

(0.02 sec)
  1. Exporting CAD|CAD 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.... Support for setup of Pen in Export Aspose.CAD for Java...Java allows you to add pen options in export properties of CAD....

    docs.aspose.com/cad/java/developer-guide/export...
  2. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Pen with System.Drawing.HacthBrush...methods that accept System.Drawing.Pen as a parameter. In the example...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  3. 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/
  4. Hello World Example|Documentation

    Java Hello World example to draw an Arc. Java code sample to work with vector graphics in Java....Define a Pen object with parameters: color Blue and pen size of...

    docs.aspose.com/drawing/java/hello-world-example/
  5. Exporting CAD|CAD 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.... Support for setup of Pen in Export Aspose.CAD for Java...Java allows you to add pen options in export properties of CAD....

    docs.aspose.com/cad/java/exporting-cad/
  6. Aspose.PSD

    Java Package (class library) to read, write, edit, convert Adobe Photoshop® (PSD, PSB) & Adobe Illustrator® (AI) vector graphics via Java API.... getWhite ()); Pen pen = new Pen ( Color . getBrown ());...()); graphics . drawRectangle ( pen , bmpImage . getBounds ()); //...

    releases.aspose.com/psd/java/
  7. 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/
  8. Cross platform drawing API for C# (.NET)|Docume...

    Aspose.Drawing library for Microsoft .NET for drawing pictures. Cross-platform support of C# Graphics API for 2D geometric drawings such as drawing lines, drawing shapes, drawing path and drawing rectangles.... Next, we define a Pen object with two properties: the...and the previously described Pen object, we draw the Path onto...

    docs.aspose.com/drawing/net/developer-guide/cro...
  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. DashStyle enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.DashStyle enumeration. Dashed line style....Description Solid Solid (continuous) pen. ShortDash System dash style...

    reference.aspose.com/words/nodejs-net/aspose.wo...