Skip to main content
All docs
V23.2

DXBitmap(Int32, Int32) Constructor

Initializes a new instance of the DXBitmap class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXBitmap(
    int width,
    int height
)

Parameters

Name Type Description
width Int32

The bitmap width, in pixels.

height Int32

The bitmap height, in pixels.

See Also