Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 63,673 for

graphics

(0.05 sec)
  1. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of image in Java....Initialize a new object of the Graphics class with this bitmap object...rotateTransform() method of the Graphics object to specify the rotation...

    docs.aspose.com/drawing/java/working-with-coord...
  2. Hello World Example|Documentation

    C# Hello World example to draw an arc. .NET code sample to work with vector Graphics in C# and VB.NET....NET API with a simple vector graphics drawing. Aspose.Drawing for...that is used to draw vector graphics primitives such as lines,...

    docs.aspose.com/drawing/net/hello-world-example/
  3. 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....Drawing Lines This example uses Graphics class to draw the line shapes...DrawLine method exposed by Graphics class. First, we will create...

    docs.aspose.com/psd/java/drawing-images/
  4. Drawing Images using GraphicsPath|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....creating and maintaining a graphics path. The GraphicsPath has...that describes the paths that Graphics class can draw. The GraphicsPath...

    docs.aspose.com/imaging/python-net/drawing-imag...
  5. 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.... This example uses the Graphics class to draw a string on...the image surface using the Graphics class DrawString method. We...

    docs.aspose.com/psd/java/adding-a-watermark-to-...
  6. Aspose::Words::Rendering::NodeRendererBase::Ren...

    Aspose::Words::Rendering::NodeRendererBase::RenderToSize method. Renders the shape into a Graphics object to a specified size in C++....method Renders the shape into a Graphics object to a specified size...System :: Drawing :: Graphics > & graphics , float x , float y...

    reference.aspose.com/words/cpp/aspose.words.ren...
  7. Hello World Example|Documentation

    Java Hello World example to draw an Arc. Java code sample to work with vector Graphics in Java....vector graphics creation. The Aspose.Drawing Graphic Library...facilitates the creation of vector graphics primitives like lines, curves...

    docs.aspose.com/drawing/java/hello-world-example/
  8. 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.... This example uses the Graphics class to draw a string on...the image surface using the Graphics class' DrawString method....

    docs.aspose.com/imaging/net/adding-a-watermark-...
  9. Creating Indexed PSD Files 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....Draw some graphics over the newly created PSD $graphics = new Graphics...); $graphics -> clear ( $color -> getWhite ()); $graphics -> drawEllipse...

    docs.aspose.com/imaging/java/creating-indexed-p...
  10. ActiveX|Aspose.Slides for Python Documentation

    Manage ActiveX controls in PowerPoint presentation in Python... Graphics . from_image ( bmp ) as graphics : with draw...KnownColor . WINDOW )) as brush : graphics . fill_rectangle ( brush ...

    docs.aspose.com/slides/python-net/activex/