Point2d Constructor(Single,Single)
Initializes a new instance of the Point2d class.
'Declaration
Public Function New( _
ByVal As Single, _
ByVal As Single _
)
Parameters
- x
- The x coordinate of a point in a two-dimensional plane.
- y
- The y coordinate of a point in a two-dimensional plane.