Int32Rect.Parse(String) 메서드

정의

지정된 Int32Rect 표현에서 String 구조체를 만듭니다.

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

매개 변수

source
String

Int32Rect의 문자열 표현입니다.

반환

Int32Rect

해당 Int32Rect 구조체입니다.

적용 대상