Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 218 for

gradient brush

(0.3 sec)
  1. 在 Java 中编辑 HTML5 Canvas – Aspose.HTML for Java

    学习如何在 Java 中编辑 HTML5 Canvas,包括使用 Aspose.HTML for Java API 进行动态 2D 渲染和高级图形处理。...// Create HTML5 canvas with gradient text and rectangle, convert...Prepare a gradient brush 20 ICanvasGradient gradient = context...

    docs.aspose.com/html/zh/java/edit-html5-canvas/
  2. Working with Textures in PostScript | .NET

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Brush class for a painting and an...subclasses of System.Drawing.Brush that is offered by the .NET...

    docs.aspose.com/page/net/ps/working-with-textures/
  3. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Brush class for a painting and an...subclasses of System.Drawing.Brush that is offered by the C++ platform...

    docs.aspose.com/page/cpp/ps/working-with-textures/
  4. 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...rectangle with the opaque gradient fill ########## 27 path =...width, height)) 29 30 opaque_brush: aspose. pydrawing . drawing2d...

    docs.aspose.com/page/python-net/ps/working-with...
  5. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Create rectangle with opaque gradient fill ////////// 19 GraphicsPath...rectangle with translucent gradient fill ////////// 36 //Create...

    docs.aspose.com/page/net/ps/working-with-transp...
  6. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Brush class for painting and an object...implemented by aspose.pydrawing.Brush that is offered by the Python...

    docs.aspose.com/page/python-net/ps/working-with...
  7. 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++...Create rectangle with opaque gradient fill ////////// 25 System::SharedPtr...rectangle with translucent gradient fill ////////// 41 //Create...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  8. Working with Hatch Patterns in PostScript | C++

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Brush , System.Drawing.HatchBrush...that accept System.Drawing.Brush as a parameter. In order to...

    docs.aspose.com/page/cpp/ps/working-with-hatch-...
  9. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Brush , System.Drawing.HatchBrush...that accept System.Drawing.Brush as a parameter. In order to...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  10. 编辑 HTML5 画布 – Aspose.HTML for .NET

    了解 HTML 画布以及如何使用 Aspose.HTML for .NET API 处理包含 HTML5 画布元素的文档。...Prepare a gradient brush 20 ICanvasGradient gradient = context...0); 21 gradient. AddColorStop (0, "magenta" ); 22 gradient. AddColorStop...

    docs.aspose.com/html/zh/net/edit-html5-canvas/