FPointSubtraction Operator
Return the result of one point subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint operator -(
FPoint pointA,
FPoint pointB
)
Public Shared Operator - (
pointA As FPoint,
pointB As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- pointA FPoint
-
Reference to the minuend point.
- pointB FPoint
-
Reference to the subtrahend point.
FPoint
Result of the subtraction.