Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 69,741 for

graphic

(0.19 sec)
  1. Archivio

    Archivio... Crea un nuovo oggetto Graphics dall’oggetto Bitmap utilizzando...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/it/drawing/draw-lines-in-csharp/
  2. Lưu trữ

    Lưu trữ...Tiếp theo, tạo đối tượng lớp Graphics bằng phương thức FromImage()...Khởi tạo đồ họa Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/vi/drawing/image-clipping-in-cs...
  3. ค้นหา

    ค้นหา...SolidBrush เพิ่มลายน้ำโดยใช้เมธอด Graphics.drawString(String s, Font...ของคลาสกราฟิก Graphics graphics= new Graphics(image); // สร้างอินสแตนซ์ของ...

    blog.aspose.com/th/imaging/add-watermark-to-ima...
  4. 档案

    档案... 接下来,使用 FromImage() 方法创建 Graphics 类对象。 然后,使用 GraphicsPath 类定义剪辑路径。...Format32bppPArgb); // 初始化图形 Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/zh/drawing/image-clipping-in-cs...
  5. 搜索

    搜索... 接下來,使用 FromImage() 方法創建 Graphics 類對象。 然後,使用 GraphicsPath 類定義剪輯路徑。...Format32bppPArgb); // 初始化圖形 Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/zh-hant/drawing/image-clipping-...
  6. एसबी फ़ाइल खोलें और संपादित करें | products.asp...

    ऑनलाइन संपादक के साथ PSB फ़ाइल खोलें और संपादित करें...// Update Layer in PSB with Graphics // Create an instance of Image...instance of Graphics class and clear Graphics surface Graphics graphic...

    products.aspose.com/psd/hi/editor/psb/
  7. 搜索

    搜索... Graphics 類表示圖像中的圖形。我們有此類的 DrawString(string...PSD 文件加載為 PsdImage。 接下來,創建 Graphics 類的實例。 然後,定義一個Font類對象來繪製水印寬度。...

    blog.aspose.com/zh-hant/psd/add-watermark-to-ps...
  8. 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...
  9. 記録

    記録...メソッドとアルファ チャネル パラメーターを使用して、Graphics クラス オブジェクトを作成します。 次に、指定された色とサイズで...Format32bppPArgb); // グラフィックスの初期化 Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/ja/drawing/alpha-blending-in-cs...
  10. Lavorare con le clip in PostScript | C++

    L'aggiunta di clip ai file PS è una funzionalità supportata dalla soluzione API Aspose.Page. Scopri come utilizzare questa funzionalità in C++....options, false ); 18 19 //Create graphics path from the rectangle 20...shape ////////// 24 25 //Save graphics state in order to return back...

    docs.aspose.com/page/it/cpp/ps/working-with-clips/