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

graphic

(0.17 sec)
  1. Arbeiten mit Zeichnungsbildern|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....Contents [ Hide ] Übersicht Die Graphics-Klasse bietet Ihnen die Möglichkeit...mithilfe der com.aspose.psd.Graphics -Klasse, die sich im Namensraum...

    docs.aspose.com/psd/de/java/arbeiten-mit-zeichn...
  2. Використання графічного API для редагування шар...

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

    docs.aspose.com/psd/uk/uk/python-net/graphics-api/
  3. Améliorer le traitement d'images avec l'API Mod...

    Modernisez le traitement d'images des diapositives en remplaçant les API d'imagerie obsolètes par l'API Moderne Python pour une automatisation fluide de PowerPoint et OpenDocument....Graphics aspose.pydrawing.Image aspose...utilisent aspose.pydrawing.Graphics sont obsolètes, et leur prise...

    docs.aspose.com/slides/fr/python-net/modern-api/
  4. 아카이브

    아카이브...png"); // Graphics 클래스 객체 초기화 Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.TextRenderingHint = TextRenderingHint...

    blog.aspose.com/ko/drawing/draw-text-image-csharp/
  5. Adicionando uma Assinatura 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....exemplo faz uso da classe Graphics para desenhar outra imagem...método DrawImage da classe Graphics. Iremos salvar a imagem resultante...

    docs.aspose.com/psd/pt/net/adicionando-uma-assi...
  6. دفترچه ی یادداشت Aspose.PSD برای .NET 20.5 - یا...

    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 graphics = new Graphics(raster); int width...- (2 * (height / 3)) - 1); graphics.DrawRectangle(new Aspose.PSD...

    docs.aspose.com/psd/fa/net/aspose-psd-for-net-2...
  7. บันทึกการปล่อย Aspose.PSD สำหรับ .NET 20.5|Docu...

    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 graphics = new Graphics(raster); int width...- (2 * (height / 3)) - 1); graphics.DrawRectangle(new Aspose.PSD...

    docs.aspose.com/psd/th/net/aspose-psd-for-net-2...
  8. Catatan Rilis Aspose.PSD untuk .NET 20.5|Docume...

    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 graphics = new Graphics(raster); int width...- (2 * (height / 3)) - 1); graphics.DrawRectangle(new Aspose.PSD...

    docs.aspose.com/psd/id/net/aspose-psd-for-net-2...
  9. Compress and Decompress CGM Files via .NET

    C# compression and decompression source code to compress CGM documents into a single zip archive or vice versa on .NET Framework, .NET Core....is CGM File Format Computer Graphics Metafile (CGM) is free, platform-independent...exchanging of vector graphics (2D), raster graphics, and text. CGM...

    products.aspose.com/zip/net/zip-file/cgm/
  10. 아카이브

    아카이브... fromImage() 메서드를 사용하여 Graphics 클래스 객체를 초기화합니다. GraphicsPath...800); // 그래픽 초기화 Graphics graphics = Graphics.fromImage(bitmap);...

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