DXBitmap.SetResolution(Single, Single) Method
In This Article
Sets the resolution of this DXBitmap
object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
horizontal |
Single | The horizontal resolution in dots per inch. |
vertical |
Single | The vertical resolution in dots per inch |
See Also