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

C1.Win.6 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Point,Point)
新しい四角形内に入る最初のポイント。
新しい四角形内に入る 2 番目のポイント。
シンタックス
'宣言
 
Public Function New( _
   ByVal point1 As Point, _
   ByVal point2 As Point _
)
public Rect( 
   Point point1,
   Point point2
)

パラメータ

point1
新しい四角形内に入る最初のポイント。
point2
新しい四角形内に入る 2 番目のポイント。
参照

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