InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Size Structure / Size Constructor
The horizontal component of the Size.
The vertical component of the Size.

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

    Parameters

    width
    The horizontal component of the Size.
    height
    The vertical component of the Size.
    See Also