Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / PointArrayTypeConverter Class / Parse Method

In This Topic
    Parse Method (PointArrayTypeConverter)
    In This Topic
    Parses a string and convert it to an array of points.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal str As String _
    ) As Point()
    public static Point[] Parse( 
       string str
    )

    Parameters

    str
    See Also