PlotPointCollectionGetCenter Method
Return the center coordinate of all of the points in the path.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static FVector2 GetCenter(
PlotPointCollection points
)
Public Shared Function GetCenter (
points As PlotPointCollection
) As FVector2
No code example is currently available or this language may not be supported.
- points PlotPointCollection
-
Reference to the collection of plot points to check.
FVector2
Reference to the centroid coordinate of the specified path.