ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Size Structure / Size Constructor

In This Topic
    Size Constructor
    In This Topic
    Initializes a new instance of the Size struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Size( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also