Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,964 for

brush

(0.4 sec)
  1. Trabajar con transparencia en un archivo XPS | ...

    Cómo trabajar con la transparencia de un archivo XPS es una pregunta respondida por la solución Aspose.Page. Vea cómo utilizar la funcionalidad en Java....z" )); 14 // Set blue solid brush to fill path1 15 path1. setFill...fill on path2 affects shared brush 20 path2. setFill (doc. createSolidColorBrus...

    docs.aspose.com/page/es/java/xps/working-with-t...
  2. 档案

    档案...24 ); // 创建一个实心黑色画笔用于绘制文本 Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // 将最终图像与文本另存为...

    blog.aspose.com/zh/drawing/create-load-fill-and...
  3. Trabalhar com Imagens em Ficheiro XPS | Python

    Como adicionar uma imagem simples ou em mosaico a um ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em Python....an Image Brush 14 path. fill = doc. create_image_brush (data_dir...XpsImageBrush = doc. create_image_brush (data_dir + "R08LN_NN.jpg" ...

    docs.aspose.com/page/pt/python-net/xps/working-...
  4. 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...
  5. 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/
  6. آرشیوها

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

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

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

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

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

    blog.aspose.com/zh-hant/drawing/image-clipping-...
  9. Travailler avec du texte dans 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/