Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 50,257 for

bitmap

(0.04 sec)
  1. Create GIF image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/gif/
  2. Create PNG image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/png/
  3. Display text on an existing image | .NET API So...

    .NET C# API Solution to manage fonts. Learn how to add the text to images with Aspose.Font for .NET....arguments to render text on a bitmap using a specified font. Here’s...output bitmap’s resolution. Fill the background of the bitmap with...

    products.aspose.com/font/net/add-text-to-image/
  4. Generate Thumbnail Images from PDF|Aspose.PDF f...

    This section describes how to generate thumbnail images from PDF documents...NET Framework, copy this to a bitmap, scale and combine the image...DataFormats . Bitmap )) { Bitmap pdfBitmap = ( Bitmap ) clipboardData...

    docs.aspose.com/pdf/net/generate-thumbnail-imag...
  5. Convert EMF to EPS using API for .NET

    EMF to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....input image is assigned by Bitmap object and the output EPS file...Convert EMF image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/emf-to-eps/
  6. Draw Rectangle in C#

    This article explains how to draw rectangle in C#. It includes the IDE setup, the algorithm, and a working code snippet to create a rectangle in C#....pixel data and bitmap dimensions to create a Bitmap object Make...class object while using the Bitmap instance Call the DrawRectangle...

    kb.aspose.com/drawing/net/draw-rectangle-in-csh...
  7. Create BMP image file via Java | products.aspos...

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

    products.aspose.com/drawing/java/create/bmp/
  8. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon shape using C#....using the Math library Create a bitmap with the desired size of the...a Graphics object using the bitmap and set the background using...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...
  9. Worksheet to Image Conversion in PHP|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....( $sheet , $imgOptions )); $bitmap = new \DOTNET ( "mscorlib"..."mscorlib" , "System.Drawing.Bitmap" ); $bitmap -> Save ( $dataDir . "...

    docs.aspose.com/cells/net/worksheet-to-image-co...
  10. Image Clipping in C#

    This article explains image clipping in C#. It includes the environment configuration details, the step-by-step process, and a code snippet to make a clipped photo in C#....images Create an object of the Bitmap class while specifying the...C# . Firstly, create a new bitmap, initialize graphics, and define...

    kb.aspose.com/drawing/net/image-clipping-in-csh...