TreeView for WinForms
Parse メソッド (Rect)

C1.Win.4.5.2 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 : Parse メソッド
変換する文字列。
出力:作成された Rect構造体。
文字列を変換できない場合に、例外が生成されるかどうかを示します。
文字列を Rect構造体に変換します。
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As System.String, _
   ByRef result As Rect, _
   ByVal throwException As System.Boolean _
) As System.Boolean
public static System.bool Parse( 
   System.string s,
   out Rect result,
   System.bool throwException
)

パラメータ

s
変換する文字列。
result
出力:作成された Rect構造体。
throwException
文字列を変換できない場合に、例外が生成されるかどうかを示します。

戻り値の型

エラーがない場合は true、そうでない場合は falsethrowExceptionfalse の場合)。
参照

Rect 構造体
Rect メンバ