ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicsExtensions Class / GetDpi Method

In This Topic
    GetDpi Method
    In This Topic
    Gets the current graphics resolution in dots per inch.
    Syntax
    'Declaration
     
    Public Shared Function GetDpi( _
       ByVal graphics As Graphics _
    ) As Single
    public static float GetDpi( 
       Graphics graphics
    )

    Parameters

    graphics
    Remarks
    For internal use.
    See Also