Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,965 for

brush

(0.14 sec)
  1. 搜索

    搜索...brushes.SolidBrush(com.aspose.imaging...Pen(new com.aspose.imaging.brushes.SolidBrush(com.aspose.imaging...

    blog.aspose.com/zh-hant/imaging/draw-shapes-in-...
  2. XPSファイルでのビジュアルブラシの操作 | Python

    XPSファイルのビジュアルブラシの操作方法は、Aspose.Page APIソリューションで回答されています。Pythonでの機能の使用方法については、こちらをご覧ください。... Visual Brush を使用してグリッドを追加 Aspose.Page for...get_data_dir_working_with_visual_brush () 3 4 doc = XpsDocument() 5...

    docs.aspose.com/page/ja/python-net/xps/working-...
  3. שימוש ב- API גרפי לעריכת שכבות בקבצי PSD|Docume...

    דוגמה לשימוש ב- API גרפי ב- Aspose.PSD עבור Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/he/he/python-net/graphics-api/
  4. การใช้งาน Graphics API เพื่อแก้ไขเลเยอร์ในไฟล์ ...

    ตัวอย่างการใช้ Graphics API ใน Aspose.PSD สำหรับ Python...แทนสีเริ่มและสิ้นสุดของการหลายระดับ brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/th/th/python-net/graphics-api/
  5. Jak dodać tekst do pliku PNG za pomocą C#

    W tym artykule opisano, jak dodać tekst do pliku PNG przy użyciu języka C#. Zawiera szczegółowe informacje dotyczące ustawiania środowiska programistycznego, listę kroków i możliwy do uruchomienia przykładowy kod umożliwiający dodanie tekstu do pliku PNG przy użyciu języka C#....Zdefiniuj zawartość tekstu, obiekty Brush i Obiekt Font Zdefiniuj prostokąt...ustawiany jest za pomocą koloru Brush, kolor prostokąta za pomocą...

    kb.aspose.com/pl/drawing/net/how-to-add-text-to...
  6. Rendering di testo utilizzando TrueType Font | C++

    API C ++ per gli sviluppatori per manipolare e font. Impara i fondamenti su come rendere i caratteri TrueType e OpenType all'interno di prodotti C ++....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/it/cpp/text-rendering-true...
  7. Візуалізація тексту за допомогою шрифту Type1 |...

    C++ API для розробників для роботи з файлами та шрифтами. Дізнайтеся про основи відтворення шрифтів Type 1 у продуктах C++....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/uk/cpp/text-rendering-type...
  8. Chercher

    chercher...AntiAlias; Brush brush = new LinearGradientBrush(new...Blue); graphics.FillEllipse(brush, 100, 100, 800, 600); MemoryStream...

    blog.aspose.com/fr/drawing/use-system-drawing-b...
  9. Chercher

    chercher...en spécifiant sa couleur Brush brush = new SolidBrush(Color.F...un stylo Pen pen = new Pen(brush); // Dessiner une ellipse graphics...

    blog.aspose.com/fr/drawing/draw-an-ellipse-csharp/
  10. Chercher

    chercher...en spécifiant sa couleur Brush brush = new SolidBrush(Color.F...un stylo Pen pen = new Pen(brush); // Dessiner un rectangle graphics...

    blog.aspose.com/fr/drawing/draw-rectangle-csharp/