Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 51,718 for

bitmap

(0.43 sec)
  1. Add text to BMP via .NET | products.aspose.com

    Add text to BMP image file using .NET graphic library... Utilize the Bitmap class and raster graphics drawing...Create a bitmap object from BMP image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/add-...
  2. 使用图像|Documentation

    本节介绍如何使用 Aspose.Diagram 从 visio 页面插入或获取图像。...stream into bitmap object System . Drawing . Bitmap bitmap = new System...Drawing . Bitmap ( stream ); // Save bmp here bitmap . Save (...

    docs.aspose.com/diagram/zh/net/working-with-ima...
  3. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#....transparent image Create a bitmap and use it for creating a Graphics...to enable drawing Clear the bitmap and set its background to transparent...

    kb.aspose.com/drawing/net/create-transparent-im...
  4. Ինչպես ավելացնել տեքստը PNG ֆայլին՝ օգտագործելո...

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստ ավելացնել PNG ֆայլին՝ օգտագործելով C#: Այն ունի մանրամասներ՝ զարգացման միջավայրը սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ PNG-ին C#-ի միջոցով տեքստ ավելացնելու համար:...տեքստը նկարելու համար Ստեղծեք Bitmap object և սահմանեք դրա չափը...՝ օգտագործելով նոր ստեղծված Bitmap օբյեկտը Սահմանեք տեքստի բովանդակությունը...

    kb.aspose.com/hy/drawing/net/how-to-add-text-to...
  5. Convert DOCM to Images in Python | products.asp...

    DOCM 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...
  6. Handling Windows Metafiles in C++|Aspose.Words ...

    Aspose.Words for C++ implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player....meaning when converting to bitmaps (see also the MetafileRenderingOpt...MetafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/cpp/handling-windows-meta...
  7. Handling Windows Metafiles in C#|Aspose.Words f...

    Aspose.Words for .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player using C#....meaning when converting to bitmaps (see also the MetafileRenderingOpt...MetafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/net/handling-windows-meta...
  8. Create JPEG image file via .NET | products.aspo...

    Create JPEG image file via .NET.... Create bitmap object using Bitmap class. Create graphics...graphic elements. Save created bitmap in JPEG image format. System...

    products.aspose.com/drawing/net/create/jpeg/
  9. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....NET to draw text Create a Bitmap object and set its size Create...object using the newly created Bitmap object Define the text contents...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...
  10. 图片|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中处理图片:插入、裁剪、压缩、重新着色,并使用 C++ 示例导出适用于 PPT、PPTX 和 ODP 演示文稿的图像。... auto bitmap = MakeObject < Bitmap > ( 100 , 100 ,...graphics = Graphics :: FromImage ( bitmap . get ()); graphics -> FillRectangle...

    docs.aspose.com/slides/zh/cpp/examples/elements...