Sort Score
Result 10 results
Languages All
Labels All
Results 7,361 - 7,370 of 68,455 for

graphic

(0.18 sec)
  1. 記録

    記録...メソッドを使用して、Bitmap オブジェクトから新しい Graphics オブジェクトを作成します。 指定した色とサイズで Pen...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/ja/drawing/draw-lines-in-csharp/
  2. 档案

    档案... Graphics 类表示图像中的图形。我们有这个类的 DrawString(string...PSD 文件加载为 PsdImage。 接下来,创建 Graphics 类的实例。 然后,定义一个 Font 类对象来绘制水印宽度。...

    blog.aspose.com/zh/psd/add-watermark-to-psd-in-...
  3. 搜索

    搜索...NET 在 C# 中繪製文字: 創建 Graphics 類的新實例。 使用 Graphics.Clear 方法設置背景顏色。 定義一個具有所需字體系列和大小的...Font 對象。 為文字顏色選擇 Brush 。 使用 Graphics.DrawString 方法渲染文字。 使用 Save...

    blog.aspose.com/zh-hant/drawing/draw-text-in-cs...
  4. Convert PCL to DXF via Java | products.aspose.com

    Export PCL file to DXF 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. Export PS to XAML via C# API | products.aspose.com

    .NET API to Convert PS to XAML without using Microsoft Word...files are used to store vector graphics information, making them ideal...ideal for creating static graphics, logos, and illustrations...

    products.aspose.com/total/net/conversion/ps-to-...
  6. Online HTML to TGA Conversion or Build .NET bas...

    Free online app to convert HTML to TGA files. .NET C# conversion library code for HTML documents....become essential for storing graphics information. The conversion...of your visual content and graphics capabilities. This conversion...

    products.aspose.com/total/net/conversion/html-t...
  7. Export CGM to PPS via C# API | products.aspose.com

    .NET API to Convert CGM to PPS without using Microsoft Word...: Use Cases CGM (Computer Graphics Metafile) files are used to...to store vector graphics information, making them ideal for creating...

    products.aspose.com/total/net/conversion/cgm-to...
  8. Convert CGM to EMZ via Java | products.aspose.com

    Export CGM file to EMZ 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/cgm-t...
  9. Aspose.Cells 25.6 C++ - core dump running on Li...

    Hi, we are testing Aspose.Cells 25.6 C++ for the Linux platform. We are running on OpenSUSE. We downloaded the official sample Aspose.Cells-for-Cpp-25.6-linux from Getting Started|Documentation and followed the compila…...problem on openSUSE without a graphics system. I tested it on openSUSE...openSUSE with a graphics system and it works fine. gianfranco.dancelli...

    forum.aspose.com/t/aspose-cells-25-6-c-core-dum...
  10. Chercher

    chercher...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);... 2); // Dessine l'ellipse graphics.DrawEllipse(pen, 10, 10, 900...

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