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

C1.Win.6 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Double,Double,Double,Double)
四角形の左辺の X 座標。
四角形の上辺の Y 座標。
四角形の幅。
四角形の高さ。
Rect構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public Rect( 
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

パラメータ

x
四角形の左辺の X 座標。
y
四角形の上辺の Y 座標。
width
四角形の幅。
height
四角形の高さ。
参照

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