Sort Score
Result 10 results
Languages All
Labels All
Results 6,511 - 6,520 of 69,792 for

graphic

(0.67 sec)
  1. 档案

    档案... 使用 fromImage() 方法初始化 Graphics 类对象。 使用 GraphicsPath 类定义剪辑路径。... 800); // 初始化图形 Graphics graphics = Graphics.fromImage(bitmap);...

    blog.aspose.com/zh/drawing/image-clipping-in-java/
  2. 档案

    档案...接下来,使用 Graphics.FromImage() 方法和 Bitmap 对象创建 Graphics 类对象。 然后,将平滑模式设置为...接下来,使用 Graphics.FromImage() 方法和 Bitmap 对象创建 Graphics 类对象。 然后,用指定的颜色初始化一个...

    blog.aspose.com/zh/drawing/antialiasing-in-csharp/
  3. Chercher

    chercher...Initialisez l’objet de classe Graphics à l’aide de la méthode fromImage()...Initialiser les graphiques Graphics graphics = Graphics.fromImage(bitmap);...

    blog.aspose.com/fr/drawing/image-clipping-in-java/
  4. Convert PCL to WMZ via Java | products.aspose.com

    Export PCL file to WMZ in your Java applications without using any third party application...class, create an object of the Graphics class and initialize it with...angle and add watermark using Graphics.drawString method. After adding...

    products.aspose.com/total/java/conversion/pcl-t...
  5. Creating and manipulating animation using APNG ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Animated Portable Network Graphics (APNG) file format is an extension...extension to the Portable Network Graphics (PNG) specification. It allows...

    docs.aspose.com/imaging/java/creating-and-manip...
  6. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....and set its size Create a Graphics class object using the newly...text in the bitmap Call the Graphics.DrawString() method to render...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...
  7. Procurar

    Procurar...Crie uma instância da classe Graphics e inicialize-a com a instância...propriedades. Use o método Graphics.DrawArc(Pen, Single, Single...

    blog.aspose.com/pt/drawing/create-images-and-gr...
  8. Archiv

    Archiv...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...2); // Zeichne die Ellipse graphics.DrawEllipse(pen, 10, 10, 900...

    blog.aspose.com/de/drawing/draw-an-ellipse-csharp/
  9. Procurar

    Procurar...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...2); // Desenhe o retângulo graphics.DrawRectangle(pen, 10, 10...

    blog.aspose.com/pt/drawing/draw-rectangle-csharp/
  10. 档案

    档案...NET 在 C# 中绘制文本: 创建 Graphics 类的新实例。 使用 Graphics.Clear 方法设置背景颜色。 定义一个具有所需字体系列和大小的...对象。 选择一个用于文本颜色的 Brush 。 使用 Graphics.DrawString 方法渲染文本。 使用 Save...

    blog.aspose.com/zh/drawing/draw-text-in-csharp/