Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 68,463 for

graphic

(0.36 sec)
  1. 아카이브

    아카이브...다음으로 FromImage() 메서드를 사용하여 Graphics 클래스 개체를 만듭니다. 그런 다음 GraphicsPath...Format32bppPArgb); // 그래픽 초기화 Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/ko/drawing/image-clipping-in-cs...
  2. Archivo

    Archivo... Graphics graphic = new Graphics(image); // Establezca...llamando al método getYellow. graphic.clear(Color.getYellow()); //...

    blog.aspose.com/es/psd/draw-geometric-shapes-in...
  3. 档案

    档案... 使用 fromImage() 方法初始化 Graphics 类对象。 使用 GraphicsPath 类定义剪辑路径。... 800); // 初始化图形 Graphics graphics = Graphics.fromImage(bitmap);...

    blog.aspose.com/zh/drawing/image-clipping-in-java/
  4. 档案

    档案...接下来,使用 Graphics.FromImage() 方法和 Bitmap 对象创建 Graphics 类对象。 然后,将平滑模式设置为...接下来,使用 Graphics.FromImage() 方法和 Bitmap 对象创建 Graphics 类对象。 然后,用指定的颜色初始化一个...

    blog.aspose.com/zh/drawing/antialiasing-in-csharp/
  5. Chercher

    chercher...Initialisez l’objet de classe Graphics à l’aide de la méthode fromImage()...Initialiser les graphiques Graphics graphics = Graphics.fromImage(bitmap);...

    blog.aspose.com/fr/drawing/image-clipping-in-java/
  6. PDFファイルからC#を使用してベクターデータを抽出する|Aspose.PDF for .NET

    Aspose.PDFを使用すると、PDFファイルからベクターデータを簡単に抽出できます。位置、色、線幅などのベクターデータ(パス、ポリゴン、ポリライン)を取得できます。...GraphicsAbsorber object to process graphic elements using ( var grAbsorber...of the document to extract graphic elements grAbsorber . Visit...

    docs.aspose.com/pdf/ja/net/extract-vector-data-...
  7. Convert SVG to WMF via Python | products.aspose...

    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/python-net/conversion/s...
  8. Lưu trữ

    Lưu trữ...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...Blue), 2); // Vẽ hình elip graphics.DrawEllipse(pen, 10, 10, 900...

    blog.aspose.com/vi/drawing/draw-an-ellipse-csharp/
  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...DrawLine method exposed by Graphics class. First, we will create...

    docs.aspose.com/psd/java/drawing-images/
  10. Chercher

    chercher...Créez un objet de la classe Graphics et initialisez-le avec l’objet...couleur en utilisant la méthode Graphics.Clear() . Dessinez une ligne...

    blog.aspose.com/fr/imaging/draw-shapes-in-csharp/