Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 51,672 for

bitmap

(0.09 sec)
  1. Převést PSD na BMP pomocí C# | products.aspose.com

    Export souborů PSD, PSB a AI přes rozhraní.NET API...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/cz/psd-to-bmp/
  2. 使用字体库的文本渲染| .NET

    将文本转换为图像,并在.NET产品中渲染TrueType和Opentype字体。 C#API用于开发人员操纵和字体文件。...); 8 9 var bitmap = new Bitmap(stream); 10 bitmap.Save(outFile);...9 10 var bitmap = new Bitmap(stream); 11 12 bitmap.Save(outFile);...

    docs.aspose.com/font/zh/net/developer-guide/tex...
  3. Перетворення PSB в BMP за допомогою C# | produc...

    Експорт PSD, PSB & AI файл через .NET API...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/ua/net/conversion/psd-t...
  4. Pretvorite PSD u BMP pomoću C# | products.aspos...

    Izvoz PSD, PSB i AI datoteke putem .NET API-ja...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/cr/net/conversion/psd-t...
  5. Канвертаваць PSD у BMP з C# | products.aspose.com

    Экспарт файла PSD, PSB і AI праз .NET API...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/be/net/conversion/psd-t...
  6. Գրել տեքստը պատկերում C#-ով

    Այս հոդվածը ցույց է տալիս, թե ինչպես գրել տեքստը պատկերում C#-ով։ Այն պարունակում է IDE-ի կարգավորման մանրամասներ, քայլերի ցուցակ և օրինակ կոդ՝ տեքստ ավելացնելու համար պատկերում C#-ով։...ստեղծելու համար Վերափոխեք հոսքը Bitmap-ի և պահեք այն PNG ձևաչափով...արտապատկերվում է հոսքում, վերափոխվում Bitmap-ի և պահպանվում որպես պատկեր...

    kb.aspose.com/hy/font/net/write-text-on-image-u...
  7. 在表格单元格中添加图像|Aspose.Slides 文档

    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....AddTable 方法向幻灯片添加表格 创建 Bitmap 对象以保存图像文件 将 Bitmap 图像添加到 IPPImage 对象...MyPresentation . Slides [ 0 ]; //创建 Bitmap 图像对象以保存图像文件 using IImage image...

    docs.aspose.com/slides/zh/net/add-image-in-tabl...
  8. Ուղղանկյուն նկարել Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես նկարել ուղղանկյուն Java-ում։ Այն ընդգրկում է IDE-ի կարգավորումը, մեթոդը և գործնական կոդի օրինակ ուղղանկյուն ստեղծելու համար։...արժեքներն ու պատկերի չափերը՝ Bitmap օբյեկտ ստեղծելու համար Ստեղծեք...Graphics դասի օբյեկտ՝ օգտագործելով Bitmap օբյեկտը Օգտագործեք drawRectangle՝...

    kb.aspose.com/hy/drawing/java/draw-rectangle-in...
  9. Convert DOT to Image Formats in Python | produc...

    DOT to image TIFF BMP PNG JPEG GIF EMF SVG conversion in your Python applications without using Microsoft Word...EMAIL (Bitmap Image File) Convert BMP to EML (Bitmap Image File)...to EMLX (Bitmap Image File) Convert BMP to ICS (Bitmap Image File)...

    products.aspose.com/total/python-net/conversion...
  10. 使用 .NET API 将 BMP 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET 版 BMP 转 EPS 功能。...图像保存为 EPS 文件 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Convert BMP image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/zh/net/convert/bmp-to-eps/