Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 70,422 for

graphic

(0.07 sec)
  1. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....get_Height ()); auto graphics = Graphics :: FromImage ( image...( KnownColor :: Window )); graphics -> FillRectangle ( brush ...

    docs.aspose.com/slides/cpp/activex/
  2. Lưu trữ

    Lưu trữ...NET Graphics API. Tạo bản vẽ bằng C# Vẽ...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/vi/drawing/draw-graphics-and-cr...
  3. Archiv

    Archiv...objekt třídy Graphics Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.Clear(Color.FromKnownColor(KnownColor.Gray));...

    blog.aspose.com/cs/drawing/matrix-global-local-...
  4. ค้นหา

    ค้นหา...สร้างกราฟิกใหม่ Graphics graphics = Graphics.FromImage(bitmap);...5); // วาดสี่เหลี่ยมผืนผ้า graphics.DrawEllipse(pen, new Rectangle(0...

    blog.aspose.com/th/drawing/create-load-fill-and...
  5. تعزيز معالجة الصور باستخدام الواجهة الحديثة|توث...

    تحديث معالجة صور الشرائح عن طريق استبدال واجهات التصوير التي تم إهمالها بواجهة .NET الحديثة لتوفير أتمتة سلسة لـ PowerPoint وOpenDocument....على الفئات التالية من هناك: Graphics Image Bitmap PrinterSettings...تم إعلان PrinterSettings و Graphics مهملتين وتم إزالة دعمهما من...

    docs.aspose.com/slides/ar/net/modern-api/
  6. Convert APNG files in Python|Documentation

    Create APNG image from PNG using Python Image Processing Library, export animation to GIF, save to animated WEBP, and create APNG animation using Vector Graphics....Animated Portable Network Graphics (APNG) file format is an extension...extension to the Portable Network Graphics (PNG) specification. It allows...

    docs.aspose.com/imaging/python-net/convert-apng...
  7. Thêm Chữ Ký vào Hình Ảnh|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....lưu ý, ví dụ này sử dụng lớp Graphics để vẽ một hình ảnh khác có...phương thức DrawImage của lớp Graphics. Chúng ta sẽ lưu kết quả hình...

    docs.aspose.com/psd/vi/them-chu-ky-vao-anh/
  8. Ajout d'une signature à une 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....exemple utilise la classe Graphics pour dessiner une autre image...méthode DrawImage de la classe Graphics. Nous enregistrerons l’image...

    docs.aspose.com/psd/fr/net/ajout-dune-signature...
  9. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw Graphics in Java....empowers you to draw various graphics elements, and brushes play...Drawing Graphics with a Solid Brush in Java To draw graphics with...

    docs.aspose.com/drawing/java/working-with-brushes/
  10. Архів

    Архів...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint.AntiAliasGridFit;...

    blog.aspose.com/uk/drawing/add-text-to-png-image/