Search
Converter.FromPointString Method
See Also
 





Converts the specified comma separated string to a list of Point objects.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static List<Point> FromPointString (
    string s
)

Visual Basic  Copy Code

Public Shared Function FromPointString( _
    s As String _
) As List(Of Point)

 Parameters

s

The comma separated string.

 Return Value

A list of Microsoft.Maui.Graphics.Point objects.

 See Also