Summary
Represents an x- and y-coordinate pair in two-dimensional space.
Syntax
public class Point : Object
Members
Name | Type | Summary |
---|---|---|
Equals | Method | Determines whether the specified object is equal to the current object. |
GetHashCode | Method | Returns the hash code for this instance. |
Point | Method | Initializes a new instance of the Point class. |
X | Property | Gets or sets the x-coordinate of this Point. |
Y | Property | Gets or sets the y-coordinate of this Point. |