In This Topic
The following tables list the members exposed by Point2d.
Public Constructors
| Name | Description |
 | Point2d Constructor | Overloaded. Initializes a new instance of the Point2d class. |
Top
Public Properties
| Name | Description |
 | Length | Gets the vector length of the Point2d object. |
 | X | Gets or sets the point's x coordinate |
 | Y | Gets or sets the point's y coordinate |
Top
Public Methods
| Name | Description |
 | Clone | Overridden. Creates a clone of the Point2d object. |
 | Equals | Compares the Point2d object to another System.Object to see whether they are equal. |
 | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
 | ToString | Converts the value of the current instance to its string representation. |
Top
See Also