Struct RECT
アセンブリ: OTZControls.dll
Syntax
コンストラクタ
RECT(RECT)
宣言
パラメーター
RECT(Rectangle)
宣言
public RECT(Rectangle rect)
パラメーター
RECT(Int32, Int32, Int32, Int32)
宣言
public RECT(int left, int top, int right, int bottom)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
left |
|
System.Int32 |
top |
|
System.Int32 |
right |
|
System.Int32 |
bottom |
|
フィールド
Bottom
宣言
Field Value
Left
宣言
Field Value
Right
宣言
Field Value
Top
宣言
Field Value
メソッド
Height()
宣言
戻り値
ToRectangle()
宣言
public Rectangle ToRectangle()
戻り値
ToString()
宣言
public override string ToString()
戻り値
オーバーライド
System.ValueType.ToString()
Width()
宣言
戻り値