FPointNegate Method
Negate the values of the caller's coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FPoint Negate(
FPoint point
)
Public Shared Function Negate (
point As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- point FPoint
-
Reference to the point to be negated.
FPoint
Reference to the caller's point with negated values.