The Point object represents a two-dimensional point.
|
Property Name
|
Return Type
|
Description
|
x
|
int
|
Returns the x coordinate.
|
y
|
int
|
Returns the y coordinate.
|
|
Method Name
|
Arguments
|
Return Type
|
Description
|
ToString
|
none
|
<string>
|
Returns the x and y coordinates as a string.
|