Back to Devexpress

DXBitmap Class

corelibraries-devexpress-dot-drawing-a8360496.md

latest2.2 KB
Original Source

DXBitmap Class

Encapsulates a bitmap which consists of the pixel data for a graphics image and its attributes.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public class DXBitmap :
    DXImage
vb
Public Class DXBitmap
    Inherits DXImage

The following members return DXBitmap objects:

LibraryRelated API Members
Cross-Platform Class LibraryDXBitmap.Crop(Rectangle)
DXBitmap.Crop(RectangleF)
Office File APIBarCode.BarCodeImage
PdfBitmapBox.Bitmap
PdfDocumentProcessor.CreateDXBitmap(Int32, Int32)
PdfDocumentProcessor.CreateDXBitmap(Int32, PdfPageRenderingParameters)
PdfDocumentSigner.CreateDXBitmap(PdfSignatureBuilder, Size)

Inheritance

Object DXImage DXBitmap

Extension Methods

ConvertToGdiPlusImage()

GetNativeImage()

See Also

DXBitmap Members

DevExpress.Drawing Namespace