Click or drag to resize

DocumentUnitsPoint Methods

The DocumentUnitsPoint 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 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.
Top
See Also