Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 63,680 for

graphics

(0.03 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.... This example uses the Graphics class to draw a string on...the image surface using the Graphics class' drawString method....

    docs.aspose.com/imaging/java/adding-a-watermark...
  2. ActiveX|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 ActiveX 控件... Height ); Graphics graphics = Graphics . FromImage ( image...( KnownColor . Window )); graphics . FillRectangle ( brush ,...

    docs.aspose.com/slides/zh/net/activex/
  3. 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/
  4. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in C#. Use solid brush to draw Graphics in C# and VB.NET....provides the capability to draw graphics elements. Brushes are one...key element of working with graphics and are used to fill the internal...

    docs.aspose.com/drawing/net/working-with-brushes/
  5. Creating and manipulating animation using APNG ...

    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....Animated Portable Network Graphics (APNG) file format is an extension...extension to the Portable Network Graphics (PNG) specification. It allows...

    docs.aspose.com/imaging/java/creating-and-manip...
  6. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of image in C#....Initialize a new object of Graphics class with this bitmap object...RotateTransform method of Graphics object to specify the rotation...

    docs.aspose.com/drawing/net/working-with-coordi...
  7. 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...
  8. Working with Clips in PS file| Java

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...the content of the current graphics state that will be shown in...blue-filled rectangle in the same graphics state. To add a clip to the...

    docs.aspose.com/page/java/ps/working-with-clips/
  9. Aspose::Words::Rendering::NodeRendererBase::Ren...

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

    reference.aspose.com/words/cpp/aspose.words.ren...
  10. 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...draw_line method exposed by Graphics class. First, we will create...

    docs.aspose.com/imaging/python-net/drawing-images/