Overload | Description |
---|---|
Point Constructor() | Initializes a new instance of the Point class with default coordinates (0, 0). |
Point Constructor(double,double) | Initializes a new instance of the Point class with the specified coordinates. |
Overload | Description |
---|---|
Point Constructor() | Initializes a new instance of the Point class with default coordinates (0, 0). |
Point Constructor(double,double) | Initializes a new instance of the Point class with the specified coordinates. |