ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSource Class / GetResolution Method

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

    Parameters

    dpiXRef
    dpiYRef
    See Also