CartesianPoint Members
In This Article
#Constructors
Name | Description |
---|---|
Cartesian |
Initializes a new instance of the Cartesian |
Cartesian |
Initializes a new instance of the Cartesian |
#Properties
Name | Description |
---|---|
X | Gets or sets the value of an X coordinate of a Cartesian point. |
Y | Gets or sets the value of a Y coordinate of a Cartesian point. |
#Methods
Name | Description |
---|---|
Compare |
Inherited from Coord |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the two specified Coord |
Get |
Gets the hash code (a number) that corresponds to the value of the current Coord |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the value of the X coordinate.
Inherited from Coord |
Get |
Returns the value of the Y coordinate.
Inherited from Coord |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Offset |
Initializes an instance of a Coord |
Parse |
Initializes a Cartesian point from a string. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the Coord |
To |
Returns the textual representation of the Coord |
See Also