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

适用于