ComponentOne Bitmap for WPF
GetResolution Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class : GetResolution Method
HRESULT IWICBitmapSource::GetResolution([Out] double* pDpiX,[Out] double* pDpiY)
Syntax
'Declaration
 
Public Sub GetResolution( _
   ByRef dpiXRef As System.Double, _
   ByRef dpiYRef As System.Double _
) 
public void GetResolution( 
   out System.double dpiXRef,
   out System.double dpiYRef
)

Parameters

dpiXRef
dpiYRef
See Also

Reference

BitmapSource Class
BitmapSource Members