TreeView for WinForms
Rect コンストラクタ(Point,Size)

C1.Win.4.5.2 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Point,Size)
四角形の場所(左上隅の座標)。
四角形のサイズ。
Rect構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal location As Point, _
   ByVal size As Size _
)
public Rect( 
   Point location,
   Size size
)

パラメータ

location
四角形の場所(左上隅の座標)。
size
四角形のサイズ。
参照

Rect 構造体
Rect メンバ
オーバーロード一覧