[]
Initializes a new instance of the Point struct with the specified coordinates.
public Point(double x, double y)
Public Sub New(x As Double, y As Double)
Type | Name | Description |
---|---|---|
double | x | The horizontal position of the point. |
double | y | The vertical position of the point. |