[]
Changes the physical resolution of the image.
public void SetDpi(float dpi)
Public Sub SetDpi(dpi As Single)
Type | Name | Description |
---|---|---|
float | dpi | The horizontal and vertical resolution. |
Changes the physical resolution of the image.
public void SetDpi(float dpiX, float dpiY)
Public Sub SetDpi(dpiX As Single, dpiY As Single)
Type | Name | Description |
---|---|---|
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |