[]
Updates the PixelAspectRatio property based on the specified horizontal and vertical resolutions.
public void SetDpi(float dpiX, float dpiY)
Public Sub SetDpi(dpiX As Single, dpiY As Single)
Type | Name | Description |
---|---|---|
float | dpiX | The horizontal DPI value. |
float | dpiY | The vertical DPI value. |