ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ScaleSizeToDpi Method

In This Topic
    ScaleSizeToDpi Method
    In This Topic
    Creates a new System.Drawing.Size struct by scaling the specified size for default dpi to size for current device's dpi.
    Syntax
    'Declaration
     
    Public Function ScaleSizeToDpi( _
       ByVal size As Size _
    ) As Size
    public Size ScaleSizeToDpi( 
       Size size
    )

    Parameters

    size
    See Also