Represents a point in the 2D Cartesian coordinate system.
Top
Top
Top
Top
Top
The following tables list the members exposed by the CAD2DPoint type.
Name | Description | |
---|---|---|
CAD2DPoint | (Overloaded) Initializes a new CAD2DPoint with the specified coordinates. |
Name | Description | |
---|---|---|
Empty | Represents a CAD2DPoint with zero coordinates. | |
IsZeroPoint | Gets a value indicating whether the specified CAD2DPoint has zero coordinates. | |
Item | An indexer for the CAD2DPoint structure. |
Name | Description | |
---|---|---|
Equals | Determines whether this CAD2DPoint instance and a specified object are equal. | |
GetAngle | Calculates the angle between two points. | |
GetHashCode | Overrides the GetHashCode method. | |
IsEqual | Determines whether this CAD2DPoint instance is equal to a specified. | |
Swap | Swaps two CAD2DPoints. |
Name | Description | |
---|---|---|
Addition | Summarizes two CAD2DPoint objects. | |
Equality | Checks the equality of two CAD2DPoint objects. | |
Implicit Conversion (CAD2DPoint to DPoint) | Converts the CAD2DPoint to a DPoint. | |
Implicit Conversion (DPoint to CAD2DPoint) | Converts the DPoint to a CAD2DPoint. | |
Inequality | Checks if two CAD2DPoint objects are unequal. | |
Multiply | (Overloaded) Multiplies both coordinates of the CAD2DPoint with a double value. | |
Subtraction | Subtract two CAD2DPoint objects. |
Name | Description | |
---|---|---|
X | Represents the X-coordinate of this CAD2DPoint. | |
Y | Represents the Y-coordinate of this CAD2DPoint. |