Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 70,426 for

graphic

(0.39 sec)
  1. Procurar

    Procurar...seguida, crie um novo objeto Graphics a partir do objeto Bitmap...um novo gráfico Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/pt/drawing/create-load-fill-and...
  2. 아카이브

    아카이브...FromImage() 메서드를 사용하여 Bitmap 개체에서 새 Graphics 개체를 만듭니다. 지정된 색상과 크기로 Pen...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/ko/drawing/draw-circle-in-csharp/
  3. Архів

    Архів...Ініціалізувати об’єкт класу Graphics . Встановити форматування...об’єкта класу Graphics Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/uk/drawing/draw-text-image-csharp/
  4. Procurar

    Procurar...Inicialize o objeto de classe Graphics Definir formatação de texto...objeto da classe Graphics Graphics graphics = Graphics.FromImage(bitmap);...

    blog.aspose.com/pt/drawing/draw-text-image-csharp/
  5. BarCodeImageFormat|Aspose.BarCode for Python vi...

    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.... GIF Specifies the Graphics Interchange Format (GIF) image...Specifies the W3C Portable Network Graphics (PNG) image format. TIFF Specifies...

    docs.aspose.com/barcode/python-net/api-referenc...
  6. إنشاء صورة PSD أو PSB من البداية باستخدام Pytho...

    مثال على كيفية يمكن لـ Aspose.PSD for Python إنشاء صورة Psd من الصفر...psd import Graphics , Pen , Color , Rectangle...add_regular_layer () graphics = Graphics ( regularLayer ) pen...

    docs.aspose.com/psd/ar/python-net/إنشاء-صور-psd...
  7. Архивы

    Архивы...изображения Graphics graphics = new Graphics(image); graphics.Clear(Color...// Нарисуйте прямоугольник graphics.DrawRectangle(new Pen(new...

    blog.aspose.com/ru/psd/create-psd-image-csharp/
  8. Arşiv

    Arşiv...doldur Graphics graphics = new Graphics(image); graphics.Clear(Color...White); // bir dikdörtgen çiz graphics.DrawRectangle(new Pen(new...

    blog.aspose.com/tr/psd/create-psd-image-csharp/
  9. arkiv

    arkiv...bilddata Graphics graphics = new Graphics(image); graphics.Clear(Color...White); // Rita en rektangel graphics.DrawRectangle(new Pen(new...

    blog.aspose.com/sv/psd/create-psd-image-csharp/
  10. Cómo agregar texto a un archivo PNG usando C#

    Este artículo guía sobre cómo agregar texto a un archivo PNG usando C#. Tiene detalles para configurar el entorno de desarrollo, una lista de pasos y un código de muestra ejecutable para agregar texto a PNG usando C#....establece su tamaño Cree un Graphics class object utilizando el...mapa de bits. Llame al método Graphics.DrawString() para representar...

    kb.aspose.com/es/drawing/net/how-to-add-text-to...