Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,960 for

brush

(1.22 sec)
  1. Handwritten/Cursive fonts

    This article provides a brief overview of script fonts (letter fonts), explaining their characteristics and purpose, pros and cons, and many more....script fonts: Lobster Pacifico Brush Script Amatic SC Kristi Cheddar...Calligraphic scripts copy the brush or pen strokes of traditional...

    docs.aspose.com/font/net/what-is-font/script-fo...
  2. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  3. HorizontalRuleFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.HorizontalRuleFormat class for advanced horizontal rule formatting. Enhance your document design effortlessly!...get; set; } Gets or sets the brush color that fills the horizontal...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Create Transparent Image in Java

    This article provides guidance on how to create transparent image in Java. It includes IDE setup details, a step-by-step guide, and a code example to draw pictures with transparent background in Java....polygons into the path Generate a brush with color and use it to fill...the path, color them using a brush, and finally apply transparency...

    kb.aspose.com/drawing/java/create-transparent-i...
  5. Ինչպես ավելացնել տեքստը PNG ֆայլին՝ օգտագործելո...

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստ ավելացնել PNG ֆայլին՝ օգտագործելով C#: Այն ունի մանրամասներ՝ զարգացման միջավայրը սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ PNG-ին C#-ի միջոցով տեքստ ավելացնելու համար:...Սահմանեք տեքստի բովանդակությունը, Brush օբյեկտը և Font օբյեկտը Սահմանեք...սահմանվում է՝ օգտագործելով Brush գույնը, ուղղանկյուն գույնը՝...

    kb.aspose.com/hy/drawing/net/how-to-add-text-to...
  6. 在 PostScript 中使用填充图案 | .NET

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...Brush 和 System.Drawing.HatchBrush...SetPaint() 或接受 System.Drawing.Brush 作为参数的 FillText() 或 FillAndStrokeText()...

    docs.aspose.com/page/zh/net/ps/working-with-hat...
  7. 在 PostScript 中使用纹理 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加纹理图案的问题。了解如何在 .NET 中使用该功能...Brush 类的对象(用于绘画)和 System.Drawing.Pen...NET 平台提供的所有 System.Drawing.Brush 子类。这些画笔分别是 System.Drawing.SolidBrush...

    docs.aspose.com/page/zh/net/ps/working-with-tex...
  8. 在 PostScript 中使用纹理 | C++

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...Brush 类的对象(用于绘制)和 System.Drawing.Pen...C++ 平台提供的所有 System.Drawing.Brush 子类。这些画笔分别是 System.Drawing.SolidBrush...

    docs.aspose.com/page/zh/cpp/ps/working-with-tex...
  9. 档案

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

    blog.aspose.com/zh/drawing/image-clipping-in-cs...
  10. 档案

    档案...FromImage(bitmap); Brush brush = new LinearGradientBrush(new...Blue); graphics.FillEllipse(brush, 100, 100, 800, 600); MemoryStream...

    blog.aspose.com/zh/drawing/use-system-drawing-i...