The Point type exposes the following members.
Properties|
| Name | Description |
|---|
  | Empty |
Gets a new instance of the Point structure that has X and Y values set to zero.
|
 | IsEmpty |
Gets a value indicating whether this Point is empty.
|
 | X |
Gets or sets the x-coordinate of this Point.
|
 | Y |
Gets or sets the y-coordinate of this Point.
|
See Also