SetDpi Method
SetDpi(float, float)
Sets horizontal and vertical DPI.
Declaration
public static void SetDpi(float x, float y)
Public Shared Sub SetDpi(x As Single, y As Single)
Parameters
| Type |
Name |
Description |
| float |
x |
The horizontal DPI.
|
| float |
y |
The vertical DPI.
|