Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 70,426 for

graphic

(0.31 sec)
  1. การวาดรูปภาพโดยใช้ 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....้าที่อธิบายเส้นทางที่คลาส Graphics สามารถวาด เข้าใจได้ว่าคลาส...าตาหรือเติมในเส้นทาง คลาส Graphics นำทุกๆ ส่วนรูปร่างและวาดให้เกิดรูปภาพสุดท้าย...

    docs.aspose.com/psd/th/net/drawing-images-using...
  2. Utiliser l'API graphique pour éditer les calque...

    Exemple d'utilisation de l'API graphique dans Aspose.PSD pour Python...vous devez créer un objet Graphics en passant le calque en tant...appliquer des pinceaux. graphics = Graphics ( layer ) Dans l’exemple...

    docs.aspose.com/psd/fr/fr/python-net/graphics-api/
  3. Usar la API de gráficos para editar capas en ar...

    Ejemplo de cómo utilizar la API de gráficos en Aspose.PSD para Python...necesitas crear un objeto Graphics pasando la capa como parámetro...y aplicar pinceles. graphics = Graphics ( layer ) En el ejemplo...

    docs.aspose.com/psd/es/es/python-net/graphics-api/
  4. 绘制图像|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类的D... 在图像创建后,我们将使用Graphics类的Clear方法设置其背景颜色。Graphics类的DrawLine方法用于...

    docs.aspose.com/psd/zh/net/drawing-images/
  5. Lưu trữ

    Lưu trữ...tượng lớp Đồ họa Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint.AntiAliasGridFit;...

    blog.aspose.com/vi/drawing/draw-text-image-csharp/
  6. Menambahkan Watermark ke Gambar|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....Contoh ini menggunakan kelas Graphics untuk menggambar string pada...metode DrawString dari kelas Graphics. Kita akan menyimpan gambar...

    docs.aspose.com/psd/id/java/menambahkan-waterma...
  7. Convert SVG to BMP via Python | products.aspose...

    Sample code for SVG to BMP conversion. Use API example code for batch SVG files to BMP conversion....SVG file is a Scalar Vector Graphics file that uses XML based text...building a website and print graphics in order to achieve scalability...

    products.aspose.com/cad/python-net/conversion/s...
  8. استفاده از رابط برنامه نویسی گرافیکی برای ویرای...

    مثالی از استفاده از رابط برنامه‌نویسی گرافیکی در Aspose.PSD برای Python...ویرایش لایه، نیاز است یک شیء Graphics با گذر تابع لایه ایجاد کنید...و اعمال قلم ها است. graphics = Graphics ( layer ) در مثال کد،...

    docs.aspose.com/psd/fa/fa/python-net/graphics-api/
  9. Робота з кліпами у файлі PS| Python

    Додавання кліпів до файлів PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати функції в Python...options, False) 8 9 # Create a graphics path from the rectangle 10...////////// 14 15 # Save the graphics state in order to return back...

    docs.aspose.com/page/uk/python-net/ps/working-w...
  10. Archiv

    Archiv...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint.AntiAliasGridFit;...

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