Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 68,745 for

graphic

(0.12 sec)
  1. Práce s kreslením obrázků|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 ] Přehled Třída Graphics vám umožňuje kreslit jednoduché...tvary pomocí třídy Aspose.PSD.Graphics , která je umístěna v prostoru...

    docs.aspose.com/psd/cs/net/prace-s-kreslenim-ob...
  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....Hide ] Общ преглед Класът Graphics ви дава възможността да рисувате...форми чрез com.aspose.psd.Graphics клас, който е част от пространството...

    docs.aspose.com/psd/bg/java/working-with-drawin...
  3. Verbesserte Bildverarbeitung mit der Modernen A...

    Modernisieren Sie die Bildverarbeitung von Folien, indem Sie veraltete Bild‑APIs durch die Java Moderne API ersetzen, um eine nahtlose PowerPoint‑ und OpenDocument‑Automatisierung zu ermöglichen.... graphics . Bitmap . CompressFormat...slideImage . compress ( android . graphics . Bitmap . CompressFormat...

    docs.aspose.com/slides/de/androidjava/modern-api/
  4. Aspose.PSD за Java 20.5 - Бележки за версията|D...

    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...2 * ( height / 3 )) - 1 ); graphics . drawRectangle ( new Pen...

    docs.aspose.com/psd/bg/aspose-psd-za-java-20-5-...
  5. Aspose.PSD pour .NET 20.5 - Notes de publicatio...

    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/fr/net/aspose-psd-pour-net-...
  6. Jak utworzyć bitmapę w C#

    W tym artykule opisano sposób tworzenia mapy bitowej w języku C#. Zawiera szczegółowe informacje dotyczące ustawiania środowiska programistycznego, listę kroków umożliwiających narysowanie mapy bitowej oraz możliwy do uruchomienia przykładowy kod umożliwiający utworzenie pliku BMP w języku C# i zapisanie go na dysku....Bitmap i zainicjuj nim obiekt Graphics Ustaw tryb fotografowania...fotografowania i kolor tła w obiekcie Graphics Narysuj elipsę i ciąg, korzystając...

    kb.aspose.com/pl/drawing/net/how-to-create-a-bi...
  7. آرشیوها

    آرشیوها...کنید Graphics graphics = new Graphics(image); graphics.Clear(Color...White); // یک مستطیل بکشید graphics.DrawRectangle(new Pen(new...

    blog.aspose.com/fa/psd/create-psd-image-csharp/
  8. Arsip

    Arsip...gambar Graphics graphics = new Graphics(image); graphics.clear(Color...// Gambar persegi panjang graphics.drawRectangle(new Pen(new...

    blog.aspose.com/id/psd/create-psd-image-java/
  9. So fügen Sie mit C# Text zu einer PNG-Datei hinzu

    In diesem Artikel erfahren Sie, wie Sie mit C# Text zu einer PNG-Datei hinzufügen. Es enthält Details zum Festlegen der Entwicklungsumgebung, eine Liste von Schritten und einen ausführbaren Beispielcode zum Hinzufügen von Text zu PNG mit C#....Größe fest Erstellen Sie ein Graphics class object mit dem neu erstellten...in der Bitmap Rufen Sie die Graphics.DrawString()-Methode auf,...

    kb.aspose.com/de/drawing/net/how-to-add-text-to...
  10. Archiv

    Archiv...obrázku Graphics graphics = new Graphics(image); graphics.clear(Color...getWhite()); // Nakreslete obdélník graphics.drawRectangle(new Pen(new...

    blog.aspose.com/cs/psd/create-psd-image-java/