Search
JsonContext.ReadPointString Method
See Also
 





Reads a Point string.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public List<Point> ReadPointString (
    JsonValue value
)

Visual Basic  Copy Code

Public Function ReadPointString( _
    value As JsonValue _
) As List(Of Point)

 Parameters

value

 Return Value

 See Also