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

brush

(0.19 sec)
  1. Het tekenen van afbeeldingen met behulp van Gra...

    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....object van een brush-klasse uit de Aspose.PSD.Brushes-namespace....

    docs.aspose.com/psd/nl/java/het-tekenen-van-afb...
  2. 그래픽을 사용하여 이미지 그리기|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:...있습니다. 이들은 모두 채우기의 특성을 정의하는 Brush 객체를 첫 번째 인수로 수락합니다. 두 번째 매개변수는...

    docs.aspose.com/psd/ko/java/drawing-images-usin...
  3. Feature List|Documentation

    Create vector graphics lines, curves, and shapes in C#. Display text having different fonts, sizes, styles in C#. Load and save drawings in C#....Dash style Cap type Join type Brushes Solid Hatch Texture LinearGradient...

    docs.aspose.com/drawing/net/feature-list/
  4. 档案

    档案...我们有这个类的 DrawString(string, Font, Brush, RectangleF, StringFormat) ...0 的实心画笔以使用水印效果。 SolidBrush brush = new SolidBrush(Color.FromArgb(80...

    blog.aspose.com/zh/psd/add-watermark-to-psd-in-...
  5. Робота з прозорістю у файлі 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...
  6. 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-...
  7. 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-...
  8. 아카이브

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

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

    아카이브...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/
  10. 档案

    档案...Center); Brush brush = new SolidBrush(Color.getBlue());...graphics.drawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/zh/drawing/image-clipping-in-java/