Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 70,438 for

graphic

(4.55 sec)
  1. 档案

    档案...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromKnownColor(KnownColor.Blue), 2); // 绘制矩形 graphics.DrawRectangle(pen, 10, 10...

    blog.aspose.com/zh/drawing/draw-rectangle-csharp/
  2. 画像に透かしを追加する|Documentation

    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....この例では、Graphicsクラスを使用して画像表面に文字列を描画します。 透かしの追加...操作を実証するために、ディスクからBMP画像を読み込み、GraphicsクラスのDrawStringメソッドを使用して透かし...

    docs.aspose.com/psd/ja/adding-a-watermark-to-an...
  3. How to Create and Draw on Bitmaps with Aspose.D...

    Learn how to create and draw on bitmap images using Aspose.Drawing for .NET. Follow this guide with code, setup, and performance tips for C# developers....Format32bppArgb); Step 2 — Obtain a Graphics Surface Call bitmap.GetGraphics()...GetGraphics() to receive a Graphics object. All drawing operations...

    blog.aspose.com/drawing/how-to-create-and-draw-...
  4. Добавление водяного знака на изображение|Docume...

    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....примере используется класс Graphics для рисования строки на поверхности...использованием метода DrawString класса Graphics. Затем мы сохраним изображение...

    docs.aspose.com/psd/ru/net/adding-a-watermark-t...
  5. Добавление водяного знака на изображение|Docume...

    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....примере используется класс Graphics для рисования строки на поверхности...используя метод DrawString класса Graphics. Мы сохраним изображение в...

    docs.aspose.com/psd/ru/java/добавление-водяного...
  6. Додавання водяного знаку до зображення|Document...

    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....прикладі використовується клас Graphics для малювання рядка на поверхні...допомогою методу DrawString класу Graphics. Ми збережемо зображення у...

    docs.aspose.com/psd/uk/net/adding-a-watermark-t...
  7. Arsip

    Arsip... Buat instance dari kelas Graphics dan inisialisasi dengan objek...gambar menggunakan metode Graphics.DrawString(String, Font, SolidBrush...

    blog.aspose.com/id/imaging/add-watermark-to-ima...
  8. 図面画像を操作する|Documentation

    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....概要 Graphicsクラスを使用すると、PsdImageのインスタンスまたはImageクラスから継承されたインスタンス...pose.PSDライブラリは、Aspose.PSD.Graphicsクラスを使用してこれらの形状を作成します。このクラスはAspose...

    docs.aspose.com/psd/ja/net/working-with-drawing...
  9. Working with Image Rendering|Documentation

    Render images with alpha blending in C#. Anti-aliasing with lines and curves in .NET. Image clipping using C# and VB.NET.... To draw graphics with translucency using C#...Bitmap class Initialize the Graphics object from the created bitmap...

    docs.aspose.com/drawing/net/working-with-image-...
  10. 使用图形API编辑PSD文件中的图层|Documentation

    在Python中使用Aspose.PSD的图形API的示例...建一个Graphics对象。该对象提供了用于绘制形状和应用画笔的各种方法。 graphics = Graphics ( layer...aquamarine , 45 ) 要在图层上绘制椭圆形状,可以使用graphics.draw_ellipse()方法。Rectangle(100...

    docs.aspose.com/psd/zh/zh/python-net/graphics-api/