Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,960 for

brush

(0.08 sec)
  1. Create PSD or PSB Image From Scratch using Pyth...

    Example of how the Aspose.PSD for Python can create Psd Image from scratch...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/python-net/create-psd-psb-i...
  2. 档案

    档案...AntiAliasGridFit; Brush brush = new SolidBrush(Color.F...graphics.DrawString(text, arial, brush, rectangle); // 保存输出图像 bitmap...

    blog.aspose.com/zh/drawing/draw-text-image-csharp/
  3. Add brushes and gradients to XPS files | .NET

    .NET API Solution to modify XPS files. Add different Visual Brushes, gradients, and color spaces Create and modify XPS files with a few lines of C# code....NET Work with brushes Brushes and gradients in XPS C#...API solution to work with brushes and gradients of XPS files...

    products.aspose.com/page/net/work-with-brushes/
  4. Manage ActiveX Controls in Presentations with P...

    Learn how Aspose.Slides for Python via .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....WINDOW )) as brush : graphics . fill_rectangle ( brush , 0 , 0 ,...KnownColor . WINDOW_TEXT )) as brush : graphics . draw_string ( newText...

    docs.aspose.com/slides/python-net/activex/
  5. 简单多边形的三角剖分|Documentation

    使用 Aspose.3D for .NET API,开发人员可以对简单多边形进行三角剖分。任何多边形都可以划分为三角形。三角形的所有操作和计算可以分段应用于多边形。...; private Brush [] brushes = new Brush [] { Brushes . Blue , Brushes...Brushes . BlueViolet , Brushes . DarkCyan , Brushes . ForestGreen...

    docs.aspose.com/3d/zh/net/triangulation-of-a-si...
  6. 使用 Visual Brush | C++

    如何使用 XPS 文件的 Visual Brush 是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能。...C++ 开发者指南 使用 XPS 文档 使用 Visual Brush Live Demos Source Code API Reference...Visual Brush | C++ Contents [ Hide Show ] 使用 Visual Brush 添加网格...

    docs.aspose.com/page/zh/cpp/xps/working-with-vi...
  7. 管理演示文稿中的 ActiveX 控件(Python)|Aspose.Slides for P...

    了解 Aspose.Slides for Python via .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。...WINDOW )) as brush : graphics . fill_rectangle ( brush , 0 , 0 ,...KnownColor . WINDOW_TEXT )) as brush : graphics . draw_string ( newText...

    docs.aspose.com/slides/zh/python-net/activex/
  8. 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...
  9. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...drawing shapes and applying brushes. graphics = Graphics ( layer...end colors of the gradient. brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/python-net/graphics-api/
  10. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。...:: FromImage ( image ); auto brush = System :: MakeObject < SolidBrush...graphics -> FillRectangle ( brush , 0 , 0 , image -> get_Width...

    docs.aspose.com/slides/zh/cpp/activex/