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

graphic

(0.21 sec)
  1. Archivo

    Archivo... Graphics graphic = new Graphics(image); // Establezca...llamando al método getYellow. graphic.clear(Color.getYellow()); //...

    blog.aspose.com/es/psd/draw-geometric-shapes-in...
  2. 档案

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

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

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

    blog.aspose.com/zh/drawing/antialiasing-in-csharp/
  4. 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/
  5. 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-...
  6. 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...
  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. Arsip

    Arsip...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...Blue), 2); // Gambar elips graphics.DrawEllipse(pen, 10, 10, 900...

    blog.aspose.com/id/drawing/draw-an-ellipse-csharp/