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
Parameters
| Name | Type | Description |
|---|---|---|
| horizontalResolution | Single | The horizontal resolution in dots per inch. |
| verticalResolution | Single | The vertical resolution in dots per inch |
See Also