Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 68,746 for

graphic

(0.23 sec)
  1. Archiv

    Archiv...Dále vytvořte nový objekt Graphics z objektu Bitmap pomocí metody...Vytvořte novou grafiku Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/cs/drawing/create-load-fill-and...
  2. Архів

    Архів...Далі створіть об’єкт класу Graphics за допомогою методу Color...Ініціалізація графіки Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/uk/drawing/alpha-blending-in-cs...
  3. Trabalhando com Gráficos Vetoriais|Aspose.PDF f...

    Este artigo descreve os recursos de trabalho com a ferramenta GraphicsAbsorber usando C#....`Visit` method to extract graphics from the page graphicsAbsorber.... Pages [ 1 ]; // Extract graphic elements from the page graphicsAbsorber...

    docs.aspose.com/pdf/pt/net/working-with-vector-...
  4. 記録

    記録... Graphics クラスのオブジェクトを作成し、Imageオブジェクトで初期化します。...SolidBrush オブジェクトを作成して初期化します。 Graphics.drawString(String s, Font...

    blog.aspose.com/ja/imaging/add-watermark-to-ima...
  5. Arbeiten mit Clips in PS-Datei| Python

    Das Hinzufügen von Clips zu PS-Dateien ist eine Funktion, die von der Aspose.Page unterstützt wird. Erfahr, wie die Funktionalität in Python nutzen....options, False) 8 9 # Create a graphics path from the rectangle 10...////////// 14 15 # Save the graphics state in order to return back...

    docs.aspose.com/page/de/python-net/ps/working-w...
  6. Trabalhar com Clipes em Ficheiro PS | Python

    Adicionar clipes a ficheiros PS é uma funcionalidade suportada pela solução API Aspose.Page. Veja como utilizar a funcionalidade em Python....options, False) 8 9 # Create a graphics path from the rectangle 10...////////// 14 15 # Save the graphics state in order to return back...

    docs.aspose.com/page/pt/python-net/ps/working-w...
  7. ค้นหา

    ค้นหา...งในบทความนี้: C# Computer Graphics Antialiasing API การลดรอย...การลบรอยหยักด้วยข้อความ C# Computer Graphics Antialiasing API - ดาวน์โหลดฟรี...

    blog.aspose.com/th/drawing/antialiasing-in-csharp/
  8. Drawing Images|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....Drawing Lines This example uses Graphics class to draw the line shapes...DrawLine method exposed by Graphics class. First, we will create...

    docs.aspose.com/imaging/net/drawing-images/
  9. Drawing Images|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....Drawing Lines This example uses Graphics class to draw the line shapes...draw_line method exposed by Graphics class. First, we will create...

    docs.aspose.com/imaging/python-net/drawing-images/
  10. 档案

    档案...加或绘制文本作为水印: 加载现有的输入图像 初始化 Graphics 类对象 设置文本格式和文本 绘制文本 保存输出图像...png"); // 初始化图形类对象 Graphics graphics = Graphics.FromImage(bitmap);...

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