Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,965 for

brush

(0.39 sec)
  1. Create Bitmap in Java | Draw Shapes and Text on...

    Learn how to create and draw on bitmaps in Java using Aspose.Drawing. This guide covers image loading, drawing shapes and text, and saving bitmap files.... Create a solid brush with black color. Draw a text...using the specified font and brush. Save the bitmap as a PNG image...

    blog.aspose.com/drawing/create-load-fill-and-dr...
  2. Clarification Regarding the Font Styles in Apry...

    Hii, We have recently bought the subscription for "Aspose.Words - https://products.aspose.com/words/nodejs-net/ and “Apryse Docx Editor” - https://apryse.com/capabilities/docx-editor with the “Apryse Docx Editor”, we…...old face Bookman old style Brush Script MT Calibri Calibri light...

    forum.aspose.com/t/clarification-regarding-the-...
  3. How to Add Watermark in Tiff using C#

    This step by step tutorial is about how to add watermark in Tiff using C#. This code in C# add Tiff watermark for protection of intellectual property rights of image....Brushes namespaces Use Image.Load method...specified attributes for Font, Brush and Text formatting to protect...

    kb.aspose.com/imaging/net/how-to-add-watermark-...
  4. XPS Package | Cross-package operations | C++

    C++ API Solution to work with XPS. Use multiple document elements within the same XPS Package for cross-package operations. C++ examples on how to do it....fill the glyphs with an image brush use the CreateImageBrush() Method...AddGlyphs() Method. Create an image brush from the fill of the first document...

    products.aspose.com/page/cpp/cross-package-oper...
  5. 使用字体库的文本渲染| .NET

    将文本转换为图像,并在.NET产品中渲染TrueType和Opentype字体。 C#API用于开发人员操纵和字体文件。...double fontSize, Brush backgroundBrush, Brush textBrush, string...double fontSize, Brush backgroundBrush, Brush textBrush, string...

    docs.aspose.com/font/zh/net/developer-guide/tex...
  6. Drawing Text and Fonts with Java|Documentation

    Add text to image using Aspose.Drawirng for Java. Draw text on image using Java API. Draw with different fonts using Java API.... Set up a Brush object for text drawing. Employ...

    docs.aspose.com/drawing/java/drawing-text-and-f...
  7. 在 XPS 文件中使用可视化画笔 | .NET

    如何使用 XPS 文件的可视化画笔是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...Copy 1 // Add grid with visual brush to XPS document. 2 3 XpsDocument...(pathGeometry); 21 //Create Visual Brush, it is specified by some XPS...

    docs.aspose.com/page/zh/net/xps/working-with-vi...
  8. Display text on an existing image | .NET API So...

    .NET C# API Solution to manage fonts. Learn how to add the text to images with Aspose.Font for .NET....the bitmap with the provided brush. Set anti-aliasing for smoother...double fontSize, Brush backgroundBrush, Brush textBrush, string...

    products.aspose.com/font/net/add-text-to-image/
  9. 在 XPS 文件中使用透明度 | Python

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 Python 中使用该功能... create_solid_color_brush (aspose. pydrawing . Color ...fill = doc. create_solid_color_brush (aspose. pydrawing . Color ...

    docs.aspose.com/page/zh/python-net/xps/working-...
  10. How to Draw Graphics in C#

    This brief tutorial explains how to draw graphics in C#. While using C# drawing shapes is made easy by sharing detailed steps and runnable code....its surface Create a Pen and Brush for drawing different shapes...filled using different pens and brushes as demonstrated in the sample...

    kb.aspose.com/imaging/net/how-to-draw-graphics-...