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

graphic

(0.08 sec)
  1. 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...
  2. 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/
  3. Utilizando a API de Gráficos para editar Camada...

    Exemplo de uso da API de Gráficos no Aspose.PSD para Python...você precisa criar um objeto Graphics passando a camada como parâmetro...formas e aplicar pincéis. graphics = Graphics ( layer ) No exemplo...

    docs.aspose.com/psd/pt/pt/python-net/graphics-api/
  4. Използване на графичния API за редактиране на с...

    Пример за използване на графичния API в Aspose.PSD за Python...трябва да създадете обект Graphics, като подадете слоя като параметър...и нанасяне на четки. graphics = Graphics ( layer ) В кодовия пример...

    docs.aspose.com/psd/bg/python-net/graphics-api/
  5. إضافة توقيع إلى صورة|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/ar/java/إضافة-توقيع-إلى-صورة/
  6. Arsip

    Arsip...tentang antialiasing di Computer Graphics menggunakan C#. Kita akan...dalam artikel ini: C# Computer Graphics Antialiasing API Antialiasing...

    blog.aspose.com/id/drawing/antialiasing-in-csharp/
  7. Adding a Watermark to an Image|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.... This example uses the Graphics class to draw a string on...the image surface using the Graphics class' DrawString method....

    docs.aspose.com/imaging/python-net/adding-a-wat...
  8. آرشیوها

    آرشیوها...کلاس Graphics را اعلام کنید Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.Clear(Color.FromKnownColor(KnownColor...

    blog.aspose.com/fa/drawing/matrix-global-local-...
  9. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw Graphics in Java....empowers you to draw various graphics elements, and brushes play...Drawing Graphics with a Solid Brush in Java To draw graphics with...

    docs.aspose.com/drawing/java/working-with-brushes/
  10. ค้นหา

    ค้นหา...// เริ่มต้นกราฟิก Graphics graphics = Graphics.fromImage(bitmap);...fromImage(bitmap); graphics.setTextRenderingHint(TextRenderingHint.AntiAliasGridFit);...

    blog.aspose.com/th/drawing/image-clipping-in-java/