Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,929 for

brush

(0.1 sec)
  1. Arbeiten mit Transparenz in XPS-Dateien | .NET

    Wie man mit der Transparenz einer XPS-Datei arbeitet, ist eine Frage, die von Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in .NET nutzen....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/de/net/xps/working-with-tr...
  2. Работа с прозрачностью в файле XPS | Java

    Как работать с прозрачностью файла XPS — это вопрос, на который отвечает решение Aspose.Page API. Узнайте, как использовать эту функциональность в 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/ru/java/xps/working-with-t...
  3. XPSファイルでのビジュアルブラシの操作 | .NET

    XPSファイルのビジュアルブラシの操作方法は、Aspose.Page APIソリューションで回答されています。.NETでの機能の使用方法については、こちらをご覧ください。...Contents [ Hide Show ] Visual Brush を使用したグリッドの追加 Aspose.Page for...Copy 1 // Add grid with visual brush to XPS document. 2 3 XpsDocument...

    docs.aspose.com/page/ja/net/xps/working-with-vi...
  4. 아카이브

    아카이브... 텍스트 색상을 위한 Brush 를 선택합니다. Graphics.DrawString...기울임)로 Font 를 정의합니다. 텍스트 색상을 위한 Brush 를 선택합니다. Graphics.DrawString...

    blog.aspose.com/ko/drawing/draw-text-in-csharp/
  5. Chercher

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

    blog.aspose.com/fr/drawing/image-clipping-in-cs...
  6. آرشیوها

    آرشیوها...Center); Brush brush = new SolidBrush(Color.getBlue());...graphics.drawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/fa/drawing/image-clipping-in-java/
  7. Travailler avec des images dans un fichier XPS ...

    Comment ajouter une image simple ou en mosaïque à un fichier XPS est une question à laquelle répond la Aspose.Page pour 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/fr/python-net/xps/working-...
  8. 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 10 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-...
  9. 使用Graphics绘制图像|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),定义填充区域的方式。 字体(Fonts),定义文本字符的形状。...Polygon方法。所有这些方法的第一个参数都接受一个Brush对象,定义填充的特性。第二个参数是一个点数组。请注意,数组中每两个连续的点指定多边形的一条边。...

    docs.aspose.com/psd/zh/java/drawing-images-usin...
  10. PSD 파일에서 레이어를 편집하는 Graphics API 사용|Documentation

    Aspose.PSD를 위한 Python의 Graphics API 사용 예시... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/ko/ko/python-net/graphics-api/