SetDpi Method
Summary
Sets the dots per inch (DPI) of the surface.
Syntax
public void SetDpi(
double dpiX,
double dpiY
)
Public Sub SetDpi( _
ByVal dpiX As Double, _
ByVal dpiY As Double _
)
public:
void SetDpi(
double dpiX,
double dpiY
)
Parameters
dpiX
A value greater than or equal to zero that specifies the horizontal DPI of the surface.
dpiY
A value greater than or equal to zero that specifies the vertical DPI of the surface.