Skip to main content
All docs
V25.1
  • DXBitmap(Int32, Int32) Constructor

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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