Skip to main content
All docs
V24.2

DXBitmap.SetResolution(Single, Single) Method

Sets the resolution of this DXBitmap object.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public void SetResolution(
    float horizontalResolution,
    float verticalResolution
)

Parameters

Name Type Description
horizontalResolution Single

The horizontal resolution in dots per inch.

verticalResolution Single

The vertical resolution in dots per inch

See Also