Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 69,695 for

graphic

(0.1 sec)
  1. Перетворіть PNG на APNG за допомогою C# | produ...

    Зразок коду для перетворення PNG у APNG C#. Використовуйте приклад коду API для пакетного перетворення файлів PNG у APNG у VB.NET, Asp.NET або будь-якій програмі на основі .NET....формат PNG, Portable Network Graphics, відноситься до типу формату...створено як заміну формату Graphics Interchange Format (GIF) і...

    products.aspose.com/imaging/uk/net/conversion/p...
  2. 아카이브

    아카이브... Graphics.from\image(Bitmap) 메서드를 사용하여...slides[index].render\to\graphics(RenderingOptions, graphics) 메서드를 사용하여 슬라이드를...

    blog.aspose.com/ko/slides/convert-ppt-to-jpg-in...
  3. 記録

    記録...次の手順に従います: Graphics クラスの新しいインスタンスを作成します。 Graphics.Clear メソッドを使用して背景色を設定します。...オブジェクトを定義します。 テキストカラー用の Brush を選択します。 Graphics.DrawString メソッドを使用してテキストをレンダリングします。...

    blog.aspose.com/ja/drawing/draw-text-in-csharp/
  4. 与文档分开呈现形状|Aspose.Words为Java

    在处理文档时提取各种图形对象,如图像、包含段落的文本框或箭头形状,并使用Java将它们导出到外部位置。... 渲染到 Graphics 对象 直接呈现到 Graphics 对象允许您定义自己的设置和 Graphics 对象的状态。...到的 Graphics 对象中。 渲染 Shape 节点时,设置将影响形状外观。 例如,可以对 Graphics 对象使用...

    docs.aspose.com/words/zh/java/rendering-shapes-...
  5. Compress and Decompress DWF Files via .NET

    C# compression and decompression source code to compress DWF documents into a single zip archive or vice versa on .NET Framework, .NET Core.... It contains graphics and text as part of design...Drawing Image) CGM (Computer Graphics Metafile) CHM (Microsoft HTML...

    products.aspose.com/zip/net/zip-file/dwf/
  6. Compress and Decompress DGN Files via .NET

    C# compression and decompression source code to compress DGN documents into a single zip archive or vice versa on .NET Framework, .NET Core....and Intergraph Interactive Graphics Design System. It is used...Drawing Image) CGM (Computer Graphics Metafile) CHM (Microsoft HTML...

    products.aspose.com/zip/net/zip-file/dgn/
  7. Compress and Decompress BMP Files via .NET

    C# compression and decompression source code to compress BMP documents into a single zip archive or vice versa on .NET Framework, .NET Core....images are independent of graphics adapter and are also called...Drawing Image) CGM (Computer Graphics Metafile) CHM (Microsoft HTML...

    products.aspose.com/zip/net/zip-file/bmp/
  8. آرشیوها

    آرشیوها...Bitmap(1000, 800); Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.HighQuality; Brush...

    blog.aspose.com/fa/drawing/system.drawing-with-...
  9. Archivo

    Archivo...clase Graphics para cargar la imagen principal Graphics graphics...graphics = new Graphics(canvas); // Llame al método DrawImage con...

    blog.aspose.com/es/psd/sign-image-java/
  10. 搜索

    搜索...{ // 創建 Graphics 類的實例 Graphics graphics = new Graphics(canvas);...DrawImage 方法 //這裡副圖繪製在主圖的右下角 graphics.DrawImage(signature, new Point(canvas...

    blog.aspose.com/zh-hant/psd/sign-image-csharp/