Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 69,791 for

graphic

(0.17 sec)
  1. 아카이브

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

    blog.aspose.com/ko/drawing/draw-text-image-csharp/
  2. 아카이브

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

    blog.aspose.com/ko/drawing/image-clipping-in-java/
  3. Lưu trữ

    Lưu trữ... Khởi tạo đối tượng lớp Graphics bằng phương thức fromImage()...Khởi tạo đồ họa Graphics graphics = Graphics.fromImage(bitmap);...

    blog.aspose.com/vi/drawing/image-clipping-in-java/
  4. ค้นหา

    ค้นหา...และบันทึกไฟล์ PSD ได้ คลาส Graphics แสดงถึงกราฟิกในภาพ เรามีเมธอด...อดำเนินการวาด Graphics graphics = new Graphics(psdImage); //...

    blog.aspose.com/th/psd/add-watermark-to-psd-in-...
  5. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document page into a Graphics object to a specified size in C++....Renders a document page into a Graphics object to a specified size...System :: Drawing :: Graphics > & graphics , float x , float y...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. أرشيف

    أرشيف...Format32bppPArgb); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); // ارسم الخطوط graphics.DrawLine(new Pen(Color.Blue, 2),...

    blog.aspose.com/ar/drawing/draw-lines-in-csharp/
  7. 그래픽을 사용하여 이미지 그리기|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 클래스를 사용하여 이러한 모양을 생성합니다. Graphics 객체는 이미지의...다양한 그리기 작업을 수행하는 역할을 합니다. Graphics 클래스는 다양한 도우미 객체를 사용하여 모양을...

    docs.aspose.com/psd/ko/java/drawing-images-usin...
  8. Archivo

    Archivo...nueva instancia de la clase Graphics . Establece el color de fondo...fondo utilizando el método Graphics.Clear . Define un objeto Font...

    blog.aspose.com/es/drawing/draw-text-in-csharp/
  9. Archivio

    Archivio...nuova istanza della classe Graphics . Imposta il colore di sfondo...sfondo utilizzando il metodo Graphics.Clear . Definisci un oggetto...

    blog.aspose.com/it/drawing/draw-text-in-csharp/
  10. 画像の描画|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 ] 直線の描画 この例では、Graphicsクラスを使用してイメージの表面に直線の形状を描きます...レーションするために、例では新しいイメージを作成し、Graphicsクラスが公開するDrawLineメソッドを使用してイ...

    docs.aspose.com/psd/ja/java/drawing-images/