In This Topic
The following tables list the members exposed by Point.
Public Constructors
| Name | Description |
| Point Constructor | Initializes a new instance of the Point struct with the specified coordinates. |
Top
Public Properties
| Name | Description |
| X | Gets or sets the x-coordinate of this Point. |
| Y | Gets or sets the y-coordinate of this Point. |
Top
Public Methods
| Name | Description |
| Equals | Overloaded. Indicates whether the current value is equal to another value of the same type. |
| Offset | Overloaded. Translates this Point by the specified amount. |
Top
See Also