ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Double, _
       ByVal height As System.Double _
    )
    public SizeD( 
       System.double width,
       System.double height
    )

    Parameters

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