[]
Indicates a new instance of the Coordinate class.
public Coordinate(float x, float y)
Public Sub New(x As Single, y As Single)
| Type | Name | Description |
|---|---|---|
| float | x | A float value indicate the value of x-coordinate |
| float | y | A float value indicate the value of x-coordinate |