Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / RenderTarget Class / GetDpi Method

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

    Parameters

    dpiX
    dpiY
    See Also