ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Double, _
       ByVal height As System.Double _
    )
    public Size( 
       System.double width,
       System.double height
    )

    Parameters

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