Skip to main content
All docs
V24.1

DXBitmap Class

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

[TypeConverter(typeof(DXImageTypeConverter))]
public class DXBitmap :
    DXImage

Inheritance

See Also