The Point type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| IsEmpty |
Property returns true when the Point has both a X and Y of 0; otherwise, false. Read-only.
| |
| X |
Gets or sets the Point X.
| |
| Y |
Gets or sets the Point Y.
|
See Also