Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / SizeD Structure / SizeD Constructor
The horizontal component of the SizeD.
The vertical component of the SizeD.

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

    Parameters

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