Initializes a new instance of the
Point class with the specified coordinates.
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim x As Double
Dim y As Double
Dim instance As New Point(x, y)
Parameters
- x
- The horizontal position of the point.
- y
- The vertical position of the point.