The following tables list the members exposed by the CAD2DPoint type.

Name Description
Public method Equals Determines whether this CAD2DPoint instance and a specified object are equal.
Public method Static GetAngle Calculates the angle between two points.
Public method GetHashCode Overrides the GetHashCode method.
Public method IsEqual Determines whether this CAD2DPoint instance is equal to a specified.
Public method Static Swap Swaps two CAD2DPoints.
Top
Name Description
Operator Static Addition Summarizes two CAD2DPoint objects.
Operator Static Equality Checks the equality of two CAD2DPoint objects.
Operator Static Implicit Conversion (CAD2DPoint to DPoint) Converts the CAD2DPoint to a DPoint.
Operator Static Implicit Conversion (DPoint to CAD2DPoint) Converts the DPoint to a CAD2DPoint.
Operator Static Inequality Checks if two CAD2DPoint objects are unequal.
Operator Static Multiply (Overloaded) Multiplies both coordinates of the CAD2DPoint with a double value.
Operator Static Subtraction Subtract two CAD2DPoint objects.
Top