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

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

    Parameters

    x
    The horizontal position of the point.
    y
    The vertical position of the point.
    See Also