Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 68,467 for

graphics

(0.08 sec)
  1. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... Height ); Graphics graphics = Graphics . FromImage ( image...( KnownColor . Window )); graphics . FillRectangle ( brush ,...

    docs.aspose.com/slides/zh/net/activex/
  2. Working with Image Rendering|Documentation

    Render images with alpha blending in Java. Anti-aliasing with lines and curves in Java. Image clipping using Java API.... To draw graphics with transparency using Java...Bitmap class . Initialize the Graphics object from the created bitmap...

    docs.aspose.com/drawing/java/working-with-image...
  3. MetafileRenderingMode enumeration | Aspose.Word...

    aspose.words.saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....render a metafile as vector graphics. If Aspose.Words cannot correctly...metafile records to vector graphics then Aspose.Words renders...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SVG to SVG Images Conversion with Python | prod...

    How to use Python for SVG to SVG images and photos conversion on desktop and web applications....task encountered by every graphic designer. The efficiency and...distribution. An image crafted in a graphic editor is likely to be in vector...

    products.aspose.com/imaging/python-net/conversi...
  5. 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.... Graphics . from_image ( bmp ) as graphics : with draw...KnownColor . WINDOW )) as brush : graphics . fill_rectangle ( brush ...

    docs.aspose.com/slides/python-net/activex/
  6. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能...(100, 100); 11 12 //Create graphics path from the rectangle 13...////////// 2 //Set a paint in graphics state on upper level 3 document...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  7. SVG

    SVG (Scalable Vector Graphics) is an XML-based vector image format that allows for high-quality, scalable Graphics that can be displayed on the web or in other digital formats. It uses mathematical equations to create and render Graphics, allowing them to be resized and manipulated without losing quality. It's commonly used for logos, icons, and illustrations on websites and in other digital media....format SVG (Scalable Vector Graphics) is an XML-based vector image...for high-quality, scalable graphics that can be displayed on the...

    products.aspose.com/gis/net/gis-formats/svg
  8. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render shapes into Graphics objects at any scale for enhanced visual output....method Renders the shape into a Graphics object to a specified scale...SizeF RenderToScale ( Graphics graphics , float x , float y ,...

    reference.aspose.com/words/net/aspose.words.ren...
  9. java drawing

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....Svenska Discover how to draw graphics in Java with Aspose.PSD for...programmatically generate stunning vector graphics using Java. Unleash your creativity...

    blog.aspose.com/tag/java-drawing/
  10. Create bitmap from scratch or load from file us...

    Create image bitmap from scratch or load from file using Java API....Initialize an object of the Graphics class from this bitmap. Define...the drawArc() method of the Graphics class object to draw an Arc...

    docs.aspose.com/drawing/java/create-image-bitmap/