FPointDelta Method
Return the coordinate difference between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint Delta(
FPoint pointA,
FPoint pointB
)
Public Shared Function Delta (
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 first point to compare.
- pointB FPoint
-
Reference to the second point to compare.
FPoint
Coordinate difference between two points.