Name | Description | |
---|---|---|
Point Constructor | Initializes a new instance of the Point struct with the specified coordinates. |
The following tables list the members exposed by Point.
Name | Description | |
---|---|---|
Point Constructor | Initializes a new instance of the Point struct with the specified coordinates. |
Name | Description | |
---|---|---|
X | Gets or sets the x-coordinate of this Point. | |
Y | Gets or sets the y-coordinate of this Point. |