Share

DocumentUnitsPoint2d Methods

The DocumentUnitsPoint2d type exposes the following members.

Methods

  NameDescription
Public methodCopy
Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.
Public methodDistanceTo
Determine the distance between this point and the specified point.
Public methodGetPointData
Gets the coordinates of the point.
Public methodIsEqualTo
Compares this point for equality with the specified point.
Public methodPutPointData
Method that sets the data defining this point.
Public methodToString
Returns a string representation of this point.
(Overrides Object.ToString().)
Public methodTransformBy
Transform this point by the specified matrix.
Public methodTranslateBy
Translate this point by the specified vector.
Public methodVectorTo
Gets the vector of translation between this point and the specified point.

See Also

Reference

Was this information helpful?