Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / Point2D Constructor / Point2D Constructor(Double,Double)
Point's X coordinate
Point's Y coordinate

In This Topic
    Point2D Constructor(Double,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double _
    )
    public Point2D( 
       double x,
       double y
    )

    Parameters

    x
    Point's X coordinate
    y
    Point's Y coordinate
    See Also