PlotPointCollectionGetCenter Method

Return the center coordinate of all of the points in the path.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static FVector2 GetCenter(
	PlotPointCollection points
)

Parameters

points  PlotPointCollection
Reference to the collection of plot points to check.

Return Value

FVector2
Reference to the centroid coordinate of the specified path.

See Also