Point Members
The following tables list the members exposed by the Point type.
Public Constructors
Name | Description | |
---|---|---|
Point | Initializes a new instance of Point. |
Public Fields
Name | Description | |
---|---|---|
X | Specifies the x-coordinate of the Point. | |
Y | Specifies the y-coordinate of the Point. |
Public Properties
Name | Description | |
---|---|---|
Zero | Returns the point (0,0). |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two Point instances are equal. | |
GetHashCode | Gets the hash code for this object. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether two Point instances are equal. | |
op_Inequality | Determines whether two Point instances are not equal. | |
ToString | Returns a String that represents the current Point. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |