Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 66,156 for

graphic

(0.08 sec)
  1. Utiliser l'API graphique pour éditer les calque...

    Exemple d'utilisation de l'API graphique dans Aspose.PSD pour Python...vous devez créer un objet Graphics en passant le calque en tant...appliquer des pinceaux. graphics = Graphics ( layer ) Dans l’exemple...

    docs.aspose.com/psd/fr/fr/python-net/graphics-api/
  2. Usar la API de gráficos para editar capas en ar...

    Ejemplo de cómo utilizar la API de gráficos en Aspose.PSD para Python...necesitas crear un objeto Graphics pasando la capa como parámetro...y aplicar pinceles. graphics = Graphics ( layer ) En el ejemplo...

    docs.aspose.com/psd/es/es/python-net/graphics-api/
  3. 使用图形API编辑PSD文件中的图层|Documentation

    在Python中使用Aspose.PSD的图形API的示例...建一个Graphics对象。该对象提供了用于绘制形状和应用画笔的各种方法。 graphics = Graphics ( layer...aquamarine , 45 ) 要在图层上绘制椭圆形状,可以使用graphics.draw_ellipse()方法。Rectangle(100...

    docs.aspose.com/psd/zh/zh/python-net/graphics-api/
  4. Working with Transformations in PS file | Java

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...PostScript is made always in a graphics state that is bound by “gsave”...content, including nested graphics state, and make any transformations...

    docs.aspose.com/page/java/ps/working-with-trans...
  5. PSD dosyalarındaki Katmanları Düzenlemek için G...

    Aspose.PSD için Python'da Grafik API'sini kullanma örneği... graphics = Graphics ( layer ) Kod örneğinde...şeklini katmana çizmek için graphics.draw_ellipse() yöntemini kullanabilirsiniz...

    docs.aspose.com/psd/tr/python-net/graphics-api/
  6. Kako dodati tekst u PNG datoteku koristeći C#

    Ovaj članak opisuje kako dodati tekst u PNG datoteku koristeći C#. Sadrži detalje za postavljanje razvojnog okruženja, popis koraka i primjer koda koji se može izvoditi za dodavanje teksta u PNG pomoću C#....njegovu veličinu Stvorite Graphics class object pomoću novostvorenog...u bitmapi Pozovite metodu Graphics.DrawString() za prikaz teksta...

    kb.aspose.com/hr/drawing/net/how-to-add-text-to...
  7. Working with Image Rendering|Documentation

    Render images with alpha blending in C#. Anti-aliasing with lines and curves in .NET. Image clipping using C# and VB.NET.... To draw graphics with translucency using C#...Bitmap class Initialize the Graphics object from the created bitmap...

    docs.aspose.com/drawing/net/working-with-image-...
  8. 図面画像を操作する|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クラスを使用すると、PsdImageのインスタンスまたはImageクラスから継承されたインスタンス...pose.PSDライブラリは、Aspose.PSD.Graphicsクラスを使用してこれらの形状を作成します。このクラスはAspose...

    docs.aspose.com/psd/ja/net/working-with-drawing...
  9. Arşiv

    Arşiv...FromArgb() yöntemini kullanarak Graphics sınıfı nesnesini oluşturun...Grafikleri başlat Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/tr/drawing/alpha-blending-in-cs...
  10. 向图像添加签名|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 类来绘制另一张带有签名的图像到原始图像表面上。为了演示操作,我们将从磁盘加载一个...示操作,我们将从磁盘加载一个 PSD 图像,并使用 Graphics 类的 DrawImage 方法在原始图像表面上绘制另一张图像作为签名。我们将使用...

    docs.aspose.com/psd/zh/java/adding-a-signature-...