Translate point by -vector.
Returns a point that is equivalent to the result of translating the point by the -vector.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Shared Operator - (
point As DocumentUnitsPoint2d,
vector As DocumentUnitsVector
) As DocumentUnitsPoint2d
C#
public static DocumentUnitsPoint2d operator -(
DocumentUnitsPoint2d point,
DocumentUnitsVector vector
)
Parameters
- point
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
- vector
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Return Value
Type:
DocumentUnitsPoint2d
See Also
Reference