PathFigureCollection.Parse(String) 메서드

정의

지정된 문자열에서 만드는 PathFigureCollection의 인스턴스를 반환합니다.

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

매개 변수

source
String

PathFigureCollection으로 변환되는 문자열입니다.

반환

PathFigureCollection

source에서 만드는 PathFigureCollection의 인스턴스입니다.

적용 대상