SvgPlottingUtilGetCoordinatePairs Method
Return a collection of coordinates from a list of coordinate pairs,
formatted in CSS style.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static List<FVector2> GetCoordinatePairs(
string coordinates
)
Public Shared Function GetCoordinatePairs (
coordinates As String
) As List(Of FVector2)
No code example is currently available or this language may not be supported.
- coordinates String
-
The list of value pairs to parse as coordinates.
ListFVector2
Reference to a list of FVector2 coordinates.