'Declaration Function GetImage( _ ByVal dpiX As Single, _ ByVal dpiY As Single _ ) As IDisposable
IDisposable GetImage( float dpiX, float dpiY )
Parameters
- dpiX
- The horizontal resolution.
- dpiY
- The vertical resolution.
Return Value
IDisposable.
'Declaration Function GetImage( _ ByVal dpiX As Single, _ ByVal dpiY As Single _ ) As IDisposable
IDisposable GetImage( float dpiX, float dpiY )