DocumentUnitsPoint Operators |
The DocumentUnitsPoint type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Translate point by vector.
Returns a point that is equivalent to the result of translating the point by the vector.
| |
Subtraction(DocumentUnitsPoint, DocumentUnitsPoint) |
Get translate vector between two points
This operator returns a vector which is equivalent to the translation that takes pointA to pointB.
| |
Subtraction(DocumentUnitsPoint, DocumentUnitsVector) |
Translate point by -vector.
Returns a point that is equivalent to the result of translating the point by the -vector.
|