corelibraries-devexpress-dot-drawing-a8360496.md
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
public class DXBitmap :
DXImage
Public Class DXBitmap
Inherits DXImage
The following members return DXBitmap objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | DXBitmap.Crop(Rectangle) |
| DXBitmap.Crop(RectangleF) | |
| Office File API | BarCode.BarCodeImage |
| PdfBitmapBox.Bitmap | |
| PdfDocumentProcessor.CreateDXBitmap(Int32, Int32) | |
| PdfDocumentProcessor.CreateDXBitmap(Int32, PdfPageRenderingParameters) | |
| PdfDocumentSigner.CreateDXBitmap(PdfSignatureBuilder, Size) |
See Also