Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 1,935 for

brush

(0.08 sec)
  1. Archiv

    Archiv...štětec pro kreslení textu Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Uložte koncový...

    blog.aspose.com/cs/drawing/create-load-fill-and...
  2. ค้นหา

    ค้นหา...System::Drawing::Brushes::get_White(), System::Drawing::Brushes::get_Black()...System::Drawing::Brushes::get_Yellow(), System::Drawing::Brushes::get_Red()...

    blog.aspose.com/th/font/render-truetype-fonts-cpp/
  3. Lưu trữ

    Lưu trữ...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/vi/drawing/image-clipping-in-cs...
  4. Lưu trữ

    Lưu trữ...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/vi/drawing/add-text-to-png-image/
  5. آرشیوها

    آرشیوها...یک برس جامد را تعریف کنید Brush brush = new SolidBrush(Color.Green);...پر کنید graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/fa/drawing/working-with-aspose-...
  6. 搜索

    搜索...Exclude(innerPath); // 定義實心畫筆 Brush brush = new SolidBrush(Color.Green);...// 填充區域 graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/zh-hant/drawing/working-with-as...
  7. 搜索

    搜索...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/zh-hant/drawing/image-clipping-...
  8. Arbeiten mit Bildern in XPS-Dateien | Python

    Wie man einer XPS-Datei ein einfaches oder gekacheltes Bild hinzufügt Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen....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/de/python-net/xps/working-...
  9. 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...
  10. 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/