Sort Score
Result 10 results
Languages All
Labels All
Results 7,411 - 7,420 of 70,422 for

graphic

(1.33 sec)
  1. Hoe u een bitmap maakt in C#

    In dit artikel wordt uitgelegd hoe u een bitmap maakt in C#. Het bevat de details om de ontwikkelomgeving in te stellen, een lijst met stappen om een bitmap te tekenen en een uitvoerbare voorbeeldcode om een BMP-bestand in C# te maken en op de schijf op te slaan....en initialiseer het object Graphics ermee Stel de opnamemodus...en achtergrondkleur in het Graphics-object in Teken een ellips...

    kb.aspose.com/nl/drawing/net/how-to-create-a-bi...
  2. Convert AI to PNG via C# | products.aspose.com

    Sample code for AI to PNG C# conversion. Use API example code for batch AI files to PNG conversion within VB.NET, Asp.NET or any .NET based application....properties, add watermarks, perform graphics operations and convert one...file that contains vector graphics in a single page. it uses...

    products.aspose.com/psd/ai-to-png/
  3. Convert AI to GIF via C# | products.aspose.com

    Sample code for AI to GIF C# conversion. Use API example code for batch AI files to GIF conversion within VB.NET, Asp.NET or any .NET based application....properties, add watermarks, perform graphics operations and convert one...file that contains vector graphics in a single page. it uses...

    products.aspose.com/psd/ai-to-gif/
  4. วิธีเพิ่มข้อความลงในไฟล์ PNG โดยใช้ C#

    บทความนี้จะแนะนำวิธีเพิ่มข้อความลงในไฟล์ PNG โดยใช้ C# มีรายละเอียดในการตั้งค่าสภาพแวดล้อมการพัฒนา รายการขั้นตอน และโค้ดตัวอย่างที่รันได้เพื่อเพิ่มข้อความลงใน PNG โดยใช้ C#...object และกำหนดขนาด สร้าง Graphics class object โดยใช้วัตถุบ...้อความในบิตแมป เรียกเมธอด Graphics.DrawString() เพื่อแสดงข้อความบนบิตแมป...

    kb.aspose.com/th/drawing/net/how-to-add-text-to...
  5. Archivio

    Archivio...della classe Graphics Graphics graphics = new Graphics(canvas); //...destra dell'immagine principale graphics.DrawImage(signature, new Point(canvas...

    blog.aspose.com/it/psd/sign-image-csharp/
  6. Arşiv

    Arşiv...için bir Graphics sınıfı örneği oluşturun Graphics graphics = new...new Graphics(canvas); // DrawImage yöntemini uygun konumla çağırın...

    blog.aspose.com/tr/psd/sign-image-java/
  7. أرشيف

    أرشيف...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; Brush brush...

    blog.aspose.com/ar/drawing/use-system-drawing-b...
  8. Архів

    Архів...екземпляр класу Graphics Graphics graphics = new Graphics(canvas); //...частині основного зображення graphics.DrawImage(signature, new Point(canvas...

    blog.aspose.com/uk/psd/sign-image-csharp/
  9. Aspose::Words::Rendering::NodeRendererBase::Ren...

    Aspose::Words::Rendering::NodeRendererBase::RenderToSize method. Renders the shape into a Graphics object to a specified size in C++....method Renders the shape into a Graphics object to a specified size...System :: Drawing :: Graphics > & graphics , float x , float y...

    reference.aspose.com/words/cpp/aspose.words.ren...
  10. 使用现代 API 加强图像处理|Aspose.Slides 文档

    通过使用 C++ 现代 API 替换已弃用的图像 API,实现幻灯片图像处理现代化,从而实现 PowerPoint 和 OpenDocument 的无缝自动化。...System::Drawing 类: System::Drawing::Graphics System::Drawing::Image Sy...的方法已标记为过时,并将在以后由对应的现代 API 方法取代。使用 System::Graphics 的方法已标记为过时,其支持也将从公共 API 中移除。...

    docs.aspose.com/slides/zh/cpp/modern-api/