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.

반품

에서 만든 인스턴스입니다 PathFigureCollectionsource.

적용 대상