Point2
Point2(int, int)
public Point2(int x, int y) ;
Description
Initializes a new instance of the Point2 class.
Parameters
| Parameter Name | Description |
|---|---|
| x | The x coordinate. |
| y | The y coordinate. |
Point2(Point2)
Description
Initializes a new instance of the Point2 class.
Parameters
| Parameter Name | Description |
|---|---|
| p | Point2 |