Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 68,723 for

graphic

(0.07 sec)
  1. 搜索

    搜索...FromArgb() 方法創建 Graphics 類對象。 然後,定義一個具有指定顏色和大小的 SolidBrush...Format32bppPArgb); // 初始化圖形 Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/zh-hant/drawing/alpha-blending-...
  2. Archiv

    Archiv...Methode FromImage() ein neues Graphics Objekt aus dem Bitmap Objekt...eine neue Grafik Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/de/drawing/create-load-fill-and...
  3. Convert SVG to WMF via JavaScript | products.as...

    Sample code for SVG to WMF conversion. Use API example code for batch SVG files to WMF conversion....SVG file is a Scalar Vector Graphics file that uses XML based text...building a website and print graphics in order to achieve scalability...

    products.aspose.com/cad/javascript-net/conversi...
  4. Trabajar con transformaciones en PostScript | .NET

    Cómo transformar un contenido en un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...(100, 100); 11 12 //Create graphics path from the rectangle 13...////////// 2 //Set a paint in graphics state on upper level 3 document...

    docs.aspose.com/page/es/net/ps/working-with-tra...
  5. שימוש ב- API גרפי לעריכת שכבות בקבצי PSD|Docume...

    דוגמה לשימוש ב- API גרפי ב- Aspose.PSD עבור Python...השכבה, עליך ליצור אובייקט של Graphics על ידי העברת השכבה כפרמטר...צורות ולהחיל מכחולים. graphics = Graphics ( layer ) בדוגמה הקודמת...

    docs.aspose.com/psd/he/he/python-net/graphics-api/
  6. Convert HTML to APNG via Java | products.aspose...

    Export HTML file to APNG 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/html-...
  7. Python İle Sıfırdan PSD veya PSB Görüntü Oluştu...

    Python kullanarak Aspose.PSD'nin sıfırdan Psd Görüntü oluşturabileceğinin bir örneği...psd import Graphics , Pen , Color , Rectangle...add_regular_layer () graphics = Graphics ( regularLayer ) pen...

    docs.aspose.com/psd/tr/tr/python-net/create-psd...
  8. How to Create a Bitmap in C#

    This article guides on how to create a bitmap in C#. It has the details to set the development environment, a list of steps to draw a bitmap, and a runnable sample code to create BMP file in C# and save on the disk....customize the generated image with graphics and some text. Steps to Create...Bitmap class and initialize the Graphics object with it Set the shooting...

    kb.aspose.com/drawing/net/how-to-create-a-bitma...
  9. Hinzufügen einer Signatur zu einem Bild|Documen...

    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.... dass dieses Beispiel die Graphics -Klasse verwendet, um ein...des Originalbildes mit der Graphics-Klasse DrawImage -Methode...

    docs.aspose.com/psd/de/net/hinzufugen-einer-sig...
  10. Create bitmap from scratch or load from file us...

    Create image bitmap from scratch or load from file using Java API....Initialize an object of the Graphics class from this bitmap. Define...the drawArc() method of the Graphics class object to draw an Arc...

    docs.aspose.com/drawing/java/create-image-bitmap/