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 .

적용 대상