Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,965 for

brush

(0.15 sec)
  1. 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-...
  2. 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-...
  3. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...width, height)) 29 30 opaque_brush: aspose. pydrawing . drawing2d...GraphicsFactory. create_linear_gradient_brush_by_rect_and_angle (aspose. pydrawing...

    docs.aspose.com/page/python-net/ps/working-with...
  4. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...45 //Create linear gradient brush colors which transparency are...47 //Create a transform for brush. 48 brushTransform = System::MakeObject...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  5. Edit HTML5 Canvas – Aspose.HTML for .NET

    Learn about HTML Canvas and how to work with a document that contains HTML5 Canvas element using Aspose.HTML for .NET API....filled in with the gradient brush. Copy 1 // How to render HTML5...18 19 // Prepare a gradient brush 20 ICanvasGradient gradient...

    docs.aspose.com/html/net/edit-html5-canvas/
  6. 在 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...
  7. 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/
  8. 在 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-...
  9. Add Text to XPS files | API for C++

    C++ API Solution to manage XPS files. Add or remove text from/to XPS documents with a few lines of code....document by specifying the brush of your choice. Here’s an example...and the text to be added. The brush created above is then set as...

    products.aspose.com/page/cpp/add-text-to-xps/
  10. Write Text on JPG in C#

    Follow this guide to write text on JPG in C#. It has the IDE settings, steps, and a sample code for developing a simple JPG text editor in C# with multiple options to customize the text....Graphics object, and creating a brush, font, and bounding rectangle...

    kb.aspose.com/drawing/net/write-text-on-jpg-in-...