DXBitmap.SetResolution(Single, Single) Method
Sets the resolution of this DXBitmap
object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
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