The following tables list the members exposed by Point.
Public Constructors
| Name | Description |
| Point Constructor | Initializes a new instance of the Point class with the specified coordinates. |
Top
Public Fields
| Name | Description |
| Empty | Represents a Point that has X and Y values set to zero |
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 | Determines whether the specified System.Object is equal to this instance. |
| GetHashCode | Returns a hash code for this instance. |
| Offset | Overloaded. Adjusts the location of this rectangle by the specified amount. |
| ToString | Returns a System.String that represents this instance. |
Top
Public Operators
See Also