[]
Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.
public struct C1Point
Name | Description |
---|---|
C1Point(double, double) | Initializes a new instance of the C1Point struct. |
Name | Description |
---|---|
X | Gets or sets the x-coordinate value of this C1Point structure. |
Y | Gets or sets the y-coordinate value of this C1Point. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified object, is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |
ToString() | Returns a string that represents this instance. |
Name | Description |
---|---|
operator ==(C1Point, C1Point) | Implements the operator ==. |
operator !=(C1Point, C1Point) | Implements the operator !=. |