Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 69,790 for

graphic

(0.15 sec)
  1. 档案

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

    blog.aspose.com/zh/drawing/matrix-global-local-...
  2. การวาดรูปภาพ|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....การวาดเส้น ตัวอย่างนี้ใช้ Graphics class เพื่อวาดรูปร่างเส้นบนพื้นผิวรูปภาพ...DrawLine ที่ถูกเปิดเผยโดยคลาส Graphics เพื่อสร้างภาพใหม่และวาดเส...

    docs.aspose.com/psd/th/net/drawing-images/
  3. Disegnare Immagini|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....esempio utilizza la classe Graphics per disegnare le forme delle...DrawLine esposto dalla classe Graphics. Per prima cosa, creeremo...

    docs.aspose.com/psd/it/net/drawing-images/
  4. Het tekenen van afbeeldingen|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....voorbeeld maakt gebruik van de Graphics-klasse om lijnvormen op het...wordt blootgesteld door de Graphics-klasse. Eerst zullen we een...

    docs.aspose.com/psd/nl/java/het-tekenen-van-afb...
  5. 그래픽을 사용하여 이미지 그리기|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....네임스페이스에 속한 Graphics 클래스를 사용하여 이러한 모양을 생성합니다. Graphics 객체는 이미지의...다양한 그리기 작업을 수행하는 데 책임이 있습니다. Graphics 클래스는 모양을 향상시키기 위해 다양한 도우미...

    docs.aspose.com/psd/ko/net/drawing-images-using...
  6. Gérer les contrôles ActiveX dans les présentati...

    Découvrez comment Aspose.Slides pour PHP via Java exploite ActiveX pour automatiser et améliorer les présentations PowerPoint, offrant aux développeurs un contrôle puissant sur les diapositives....TYPE_INT_ARGB ); $graphics = $image -> getGraphics (); $graphics -> setColor...SystemColor -> window ); $graphics -> fillRect ( 0 , 0 , $image...

    docs.aspose.com/slides/fr/php-java/activex/
  7. Lưu trữ

    Lưu trữ...đối tượng lớp Graphics Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.Clear(Color.FromKnownColor(KnownColor.Gray));...

    blog.aspose.com/vi/drawing/matrix-global-local-...
  8. How to Install libgdiplus in macOS|Documentation

    This article explains how to install libgdiplus in macOS, such as Monterey 12.4....Common graphics library. This situation often...the System.Drawing.Common graphics library depends on libgdiplus...

    docs.aspose.com/cells/net/how-to-install-libgdi...
  9. 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/net/drawing-images-usin...
  10. Procurar

    Procurar...objeto de classe Graphics usando o método Graphics.FromImage() com...Inicializar o objeto Graphics Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/pt/drawing/antialiasing-in-csharp/