Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 106,652 for

bitmap

(0.08 sec)
  1. System::Drawing::Imaging::BitmapData Class Refe...

    Public Member Functions | List of all members System::Drawing::Imaging::BitmapData Class Reference Represents a set o......Represents a set of attributes of a bitmap image. Objects of this class...the first pixel data in the bitmap. More... ASPOSECPP_SHARED_API...

    reference.aspose.com/tex/cpp/class/system.drawi...
  2. System::Drawing::Imaging::BitmapData Class Refe...

    Public Member Functions | List of all members System::Drawing::Imaging::BitmapData Class Reference Represents a set o......Represents a set of attributes of a bitmap image. Objects of this class...the first pixel data in the bitmap. More... ASPOSECPP_SHARED_API...

    reference.aspose.com/font/cpp/class/system.draw...
  3. MetafileRenderingMode enumeration | Aspose.Word...

    aspose.words.saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....renders this metafile to a bitmap. VECTOR Aspose.Words renders...metafile as vector graphics. BITMAP Aspose.Words invokes GDI+ to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Slides for .NET 20.10 Release Notes|Aspo...

    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....<summary> /// Returns a Thumbnail Bitmap objects for all slides of a...presentation. /// </summary> Bitmap [] GetThumbnails ( IRenderingOptions...

    docs.aspose.com/slides/net/aspose-slides-for-ne...
  5. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....); 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/net/developer-guide/text-r...
  6. DibBitCount - Aspose.Imaging for Java - API Ref...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....colors in a device-independent bitmap (DIB). Nested Class Summary...two colors.Each pixel in the bitmap is represented by a single...

    reference.aspose.com/imaging/java/com.aspose.im...
  7. Working with Image Rendering|Documentation

    Render images with alpha blending in Java. Anti-aliasing with lines and curves in Java. Image clipping using Java API....steps: Create an instance of the Bitmap class . Initialize the Graphics...Graphics object from the created bitmap. Use the Color.fromArgb() method...

    docs.aspose.com/drawing/java/working-with-image...
  8. itexture2d - Aspose.3D for Java - API Reference

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...TextureData bitmap) Load texture content from specified Bitmap void...(java.awt.image.BufferedImage bitmap) Save the texture content to...

    reference.aspose.com/3d/java/com.aspose.threed/...
  9. ITexture2D - Aspose.3D for Java - API Reference

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...TextureData bitmap) Load texture content from specified Bitmap void...(java.awt.image.BufferedImage bitmap) Save the texture content to...

    reference.aspose.com/3d/java/com.aspose.threed/...
  10. Working with Pens|Documentation

    Learn about how to draw with pen in Java. Java code to set pen width and color using Java. Join Lines in Java....steps: Create an object of Bitmap class . Initialize an object...of Graphics class from this bitmap Define a Pen object with desired...

    docs.aspose.com/drawing/java/working-with-pens/