Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 68,745 for

graphic

(0.54 sec)
  1. 档案

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

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

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

    blog.aspose.com/zh/drawing/antialiasing-in-csharp/
  3. 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/
  4. 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-...
  5. Convert PS to EMZ via Java | products.aspose.com

    Export PS 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/ps-to...
  6. Обертайте документи PNG онлайн або за допомогою...

    Повертайте документ PNG за допомогою онлайн-програми безкоштовно. Код .NET API C# для обертання файлів PNG....(Animated Portable Network Graphics) Rotate BMP Files (Bitmap...Image File) Rotate GIF Files (Graphical Interchange Format) Rotate...

    products.aspose.com/total/uk/net/rotate/png/
  7. تغييرات الواجهة البرمجية العامة في Aspose.Cells...

    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....Graphics ل الرسم في سياق الرسم . تواقيع...SheetRender.ToImage(int pageIndex, Graphics g, float x, float y) SheetRender...

    docs.aspose.com/cells/ar/net/public-api-changes...
  8. Изменения в публичном API в Aspose.Cells 8.5.2|...

    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....Graphics для отрисовки в контексте...SheetRender.ToImage(int pageIndex, Graphics g, float x, float y) SheetRender...

    docs.aspose.com/cells/ru/net/public-api-changes...
  9. Dodawanie sygnatury do obrazu|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....przykład wykorzystuje klasę Graphics do narysowania innego obrazu...pomocą metody DrawImage klasy Graphics. Zapiszemy wynikowy obraz...

    docs.aspose.com/psd/pl/java/dodawanie-sygnatury...
  10. 档案

    档案... 从位图中初始化 Graphics 类的对象。 使用所需参数定义 Pen 或 SolidBrush...SolidBrush 类对象。 使用 Graphics 类的特定于形状的方法来绘制所需的形状。 最后,保存图像。 现在,让我们看看如何在...

    blog.aspose.com/zh/drawing/graphics-programming...