SetDpi(Single,Single) Method
In This Topic
Changes the physical resolution of the image.
Syntax
'Declaration
Public Overloads Sub SetDpi( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void SetDpi(
System.float ,
System.float
)
Parameters
- dpiX
- The horizontal resolution.
- dpiY
- The vertical resolution.
See Also