Skip to main content
All docs
V25.1
  • DXBitmap.SetResolution(Single, Single) Method

    Sets the resolution of this DXBitmap object.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    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