Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 68,491 for

graphic

(0.15 sec)
  1. Archiv

    Archiv... Vytvořte objekt třídy Graphics a inicializujte jej objektem...trochou barvy pomocí metody Graphics.clear() . Nakreslete čáru...

    blog.aspose.com/cs/imaging/draw-shapes-in-java/
  2. ActiveX|Documentación de Aspose.Slides para PHP

    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....TYPE_INT_ARGB ); $graphics = $image -> getGraphics (); $graphics -> setColor...SystemColor -> window ); $graphics -> fillRect ( 0 , 0 , $image...

    docs.aspose.com/slides/es/php-java/activex/
  3. ActiveX|توثيق Aspose.Slides لـ PHP

    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....TYPE_INT_ARGB ); $graphics = $image -> getGraphics (); $graphics -> setColor...SystemColor -> window ); $graphics -> fillRect ( 0 , 0 , $image...

    docs.aspose.com/slides/ar/php-java/activex/
  4. Arşiv

    Arşiv... Graphics sınıfından bir nesne oluşturun...Image nesnesi ile başlatın. Graphics.Clear() yöntemini kullanarak...

    blog.aspose.com/tr/imaging/draw-shapes-in-csharp/
  5. Archivo

    Archivo...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...Inicialice un objeto de la clase Graphics del objeto Bitmap. Cree un...

    blog.aspose.com/es/drawing/draw-graphics-and-cr...
  6. Manage ActiveX Controls in Presentations on And...

    Learn how Aspose.Slides for Android via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... Graphics graphics = image . getGraphics (); graphics . setColor...( SystemColor . window ); graphics . fillRect ( 0 , 0 , image...

    docs.aspose.com/slides/androidjava/activex/
  7. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... Graphics graphics = image . getGraphics (); graphics . setColor...( SystemColor . window ); graphics . fillRect ( 0 , 0 , image...

    docs.aspose.com/slides/java/activex/
  8. 档案

    档案...Format32bppPArgb); // 声明 Graphics 类对象 Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.Clear(Color.FromKnownColor(KnownColor.Gray));...

    blog.aspose.com/zh/drawing/matrix-global-local-...
  9. Arşiv

    Arşiv...Format32bppPArgb); // Graphics sınıf nesnesini bildir Graphics graphics = Graphics...Graphics.FromImage(bitmap); graphics.Clear(Color.FromKnownColor(KnownColor...

    blog.aspose.com/tr/drawing/matrix-global-local-...
  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...lines on the image using the Graphics class' drawLine method. First...

    docs.aspose.com/imaging/java/drawing-images/