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

graphic

(0.11 sec)
  1. أرشيف

    أرشيف...// تهيئة الرسومات Graphics graphics = Graphics.fromImage(bitmap);...fromImage(bitmap); graphics.setTextRenderingHint(TextRenderingHint.AntiAliasGridFit);...

    blog.aspose.com/ar/drawing/image-clipping-in-java/
  2. Menambahkan Watermark ke Gambar|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....Contoh ini menggunakan kelas Graphics untuk menggambar string pada...menggunakan metode DrawString kelas Graphics. Kami akan menyimpan gambar...

    docs.aspose.com/psd/id/net/menambahkan-watermar...
  3. Bir Resme Filigran Ekleme|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....resim yüzeyine çizmek için Graphics sınıfını kullanan bir örnektir...bir BMP resim yükleyecek ve Graphics sınıfının DrawString yöntemini...

    docs.aspose.com/psd/tr/net/resme-filigran-ekleme/
  4. การเพิ่มลายน้ำลงในภาพ|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....ลผลภาพ ตัวอย่างนี้ใช้คลาส Graphics เพื่อวาดสตริงบนพื้นผิวภาพ...้เมธอด DrawString ของคลาส Graphics เราจะบันทึกภาพเป็นรูปแบบ PNG...

    docs.aspose.com/psd/th/net/adding-a-watermark-t...
  5. Creating and manipulating animation using APNG ...

    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....Animated Portable Network Graphics (APNG) file format is an extension...extension to the Portable Network Graphics (PNG) specification. It allows...

    docs.aspose.com/imaging/java/creating-and-manip...
  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. 아카이브

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

    blog.aspose.com/ko/drawing/image-clipping-in-cs...
  8. 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...
  9. 档案

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

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

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

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