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 結構。

適用於