ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double, _
       ByRef dpiYRef As System.Double _
    ) 
    public void GetResolution( 
       out System.double dpiXRef,
       out System.double dpiYRef
    )

    Parameters

    dpiXRef
    dpiYRef
    See Also