FPathGetCenter Method
Return the center of the polygon.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint GetCenter(
List<FPoint> path
)
Public Shared Function GetCenter (
path As List(Of FPoint)
) As FPoint
No code example is currently available or this language may not be supported.
- path ListFPoint
-
List of points to inspect.
FPoint
Reference to the point at the center the aggregate of points in the
path.