FPathGetCenter Method

Return the center of the polygon.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint GetCenter(
	List<FPoint> path
)

Parameters

path  ListFPoint
List of points to inspect.

Return Value

FPoint
Reference to the point at the center the aggregate of points in the path.

See Also