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 構造体。

適用対象