Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,925 for

brush

(0.06 sec)
  1. Utilizzo dell'API di grafica per modificare i l...

    Esempio di utilizzo dell'API di grafica in Aspose.PSD per Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/it/it/python-net/api-di-gra...
  2. Travailler avec du textedans PS | Python

    Comment ajouter du texte dans un fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Python...Brush ou aspose.pydrawing.Pen selon...méthode sans aspose.pydrawing.Brush ou aspose.pydrawing.Pen , le...

    docs.aspose.com/page/fr/python-net/ps/working-w...
  3. Робота з прозорістю у файлі XPS | .NET

    Як працювати з прозорістю файлу XPS — це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...z" )); 14 // Set blue solid brush to fill path1 15 path1. Fill...29 // ... and set red solid brush to fill it 30 path3. Fill =...

    docs.aspose.com/page/uk/net/xps/working-with-tr...
  4. Utiliser l'API graphique pour éditer les calque...

    Exemple d'utilisation de l'API graphique dans Aspose.PSD pour Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/fr/fr/python-net/graphics-api/
  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.... · Brushes, ใช้สำหรับกำหนดว่าพื้นที่จะถูกเติม...หลายเวอร์ชัน ทั้งหมดรับอ็อบเจกต์ Brush เป็นอาร์กิวเมนต์แรก กำหนดลักษณะของการเติม...

    docs.aspose.com/psd/th/net/drawing-images-using...
  6. 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... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/es/es/python-net/graphics-api/
  7. Trabajar con imágenes en archivos XPS | Python

    Cómo agregar una imagen simple o en mosaico a un archivo XPS es una pregunta respondida por la Aspose.Page. Vea cómo utilizar la funcionalidad en Python....an Image Brush 10 path. fill = doc. create_image_brush (data_dir...XpsImageBrush = doc. create_image_brush (data_dir + "R08LN_NN.jpg" ...

    docs.aspose.com/page/es/python-net/xps/working-...
  8. Lavorare con le immagini in un file XPS | Python

    Come aggiungere un'immagine semplice o affiancata a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python....an Image Brush 10 path. fill = doc. create_image_brush (data_dir...XpsImageBrush = doc. create_image_brush (data_dir + "R08LN_NN.jpg" ...

    docs.aspose.com/page/it/python-net/xps/working-...
  9. 아카이브

    아카이브...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/ko/drawing/image-clipping-in-cs...
  10. 아카이브

    아카이브...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

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