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 的结构。

适用于