In This Topic
The following tables list the members exposed by Point.
Public Constructors
Public Properties
| | Name | Description |
  | Origin | Gets the Point’s origin. |
 | X | Gets the Point’s x coordinate. |
 | Y | Gets the Point’s y coordinate. |
Top
Public Methods
| | Name | Description |
  | Equals | Overloaded. Tests if two Point objects are considered equal. |
 | GetHashCode | Returns a hash code for the current instance. |
 | Offset | Offsets a location. |
 | ToString | Converts the current instance into a string representation. |
Top
Public Operators
See Also