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

graphic

(0.21 sec)
  1. Adicionar uma marca d'água a uma imagem|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....Este exemplo usa a classe Graphics para desenhar uma string na...método DrawString da classe Graphics. Vamos salvar a imagem no...

    docs.aspose.com/psd/pt/adicionar-uma-marca-dagu...
  2. Додавання підпису до зображення|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 для того, щоб намалювати інше...допомогою методу DrawImage класу Graphics. Ми збережемо отримане зображення...

    docs.aspose.com/psd/uk/java/adding-a-signature-...
  3. Lưu trữ

    Lưu trữ... Tạo một đối tượng Graphics mới bằng phương thức FromImage()...png")) { var graphics = Graphics.FromImage(image); graphics.TextRenderingHint...

    blog.aspose.com/vi/drawing/add-callout-to-image...
  4. Chercher

    chercher...une instance de la classe Graphics avec l’objet de la classe...classe Graphics avec l'objet de la classe Image. Graphics graphic...

    blog.aspose.com/fr/psd/draw-geometric-shapes-in...
  5. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .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/zh/net/ps/working-with-tra...
  6. Procurar

    Procurar...Crie uma instância da classe Graphics e inicialize-a com a instância...propriedades. Use o método Graphics.DrawArc(Pen, Single, Single...

    blog.aspose.com/pt/drawing/create-images-and-gr...
  7. Thêm Watermark vào một Hình ảnh|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.... Ví dụ này sử dụng lớp Graphics để vẽ một chuỗi trên bề mặt...phương thức DrawString của lớp Graphics. Chúng tôi sẽ lưu hình ảnh...

    docs.aspose.com/psd/vi/net/them-watermark-vao-m...
  8. Het toevoegen van een watermerk aan een afbeeld...

    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....Dit voorbeeld gebruikt de Graphics-klasse om een tekenreeks op...afbeelding met behulp van de Graphics-klasse DrawString-methode...

    docs.aspose.com/psd/nl/het-toevoegen-van-een-wa...
  9. 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-...
  10. Arsip

    Arsip...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...Blue), 2); // Gambar elips graphics.DrawEllipse(pen, 10, 10, 900...

    blog.aspose.com/id/drawing/draw-an-ellipse-csharp/