PlotPointCollectionClosestPoint Method
Return the closest point to the provided location from the supplied
collection of points.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static FVector2 ClosestPoint(
FVector2 location,
PlotPointCollection points
)
Public Shared Function ClosestPoint (
location As FVector2,
points As PlotPointCollection
) As FVector2
No code example is currently available or this language may not be supported.
- location FVector2
-
Reference to the location to match or approximate.
- points PlotPointCollection
-
Reference to the collection of points to test.
FVector2
Reference to the member of the points location closest to the
specified location, if found. Otherwise, null.