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

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Double,Double,Double,Double)
The X coordinate of the left side of the rectangle.
The Y coordinate of the top side of the rectangle.
The width of the rectangle.
The height of the rectangle.
Initializes a new instance of the Rect structure.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
public Rect( 
   double x,
   double y,
   double width,
   double height
)

パラメータ

x
The X coordinate of the left side of the rectangle.
y
The Y coordinate of the top side of the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
参照

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