Click or drag to resize

DocumentUnitsPoint Operators

The DocumentUnitsPoint type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Translate point by vector. Returns a point that is equivalent to the result of translating the point by the vector.
Public operatorStatic memberSubtraction(DocumentUnitsPoint, DocumentUnitsPoint)
Get translate vector between two points This operator returns a vector which is equivalent to the translation that takes pointA to pointB.
Public operatorStatic memberSubtraction(DocumentUnitsPoint, DocumentUnitsVector)
Translate point by -vector. Returns a point that is equivalent to the result of translating the point by the -vector.
Top
See Also