Converts the specified comma separated string to a list of Point objects.
Namespace: MindFusion.Json
Assembly: MindFusion.Common
C# Copy Code |
---|
public static List<Point> FromPointString ( |
Visual Basic Copy Code |
---|
Public Shared Function FromPointString( _ |
The comma separated string.
A list of Microsoft.Maui.Graphics.Point objects.