ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory Class / GetDesktopDpi Method

In This Topic
    GetDesktopDpi Method
    In This Topic
    void ID2D1Factory::GetDesktopDpi([Out] float* dpiX,[Out] float* dpiY)
    Syntax
    'Declaration
     
    Public Sub GetDesktopDpi( _
       ByRef dpiX As System.Single, _
       ByRef dpiY As System.Single _
    ) 
    public void GetDesktopDpi( 
       out System.float dpiX,
       out System.float dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also