ComponentOne Bitmap for WPF
C1.WPF.DX.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 Single, _
       ByRef dpiY As Single _
    ) 
    public void GetDesktopDpi( 
       out float dpiX,
       out float dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also