FPointMiddlePoint Method
Return the middle coordinate between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint MiddlePoint(
FPoint pointA,
FPoint pointB
)
Public Shared Function MiddlePoint (
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 test.
- pointB FPoint
-
Reference to the second point to test.
FPoint
Reference to a point that represents the exact middle coordinate of the
caller's virtual line.