In This Topic
HRESULT IWICBitmapSource::GetResolution([Out] double* pDpiX,[Out] double* pDpiY)
Syntax
'Declaration
Public Sub GetResolution( _
ByRef As System.Double, _
ByRef As System.Double _
)
public void GetResolution(
out System.double ,
out System.double
)
Parameters
- dpiXRef
- dpiYRef
See Also