PointCollection.Parse(String) 메서드

정의

점 컬렉션의 String 표현을 해당 PointCollection으로 변환합니다.

public:
 static System::Windows::Media::PointCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.PointCollection Parse (string source);
static member Parse : string -> System.Windows.Media.PointCollection
Public Shared Function Parse (source As String) As PointCollection

매개 변수

source
String

점 컬렉션의 String 표현입니다.

반환

해당 PointCollection입니다.

적용 대상