MESCIUS SPREAD for Windows Forms 15.0J
Rectangle コンストラクタ(Double,Double,Double,Double)

矩形の左上隅の x 座標。
矩形の左上隅の y 座標。
矩形の右下隅の x 座標。
矩形の右下隅のy座標。
指定したた座標を使用して、Rect構造体の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
)
public Rectangle( 
   double left,
   double top,
   double right,
   double bottom
)

パラメータ

left
矩形の左上隅の x 座標。
top
矩形の左上隅の y 座標。
right
矩形の右下隅の x 座標。
bottom
矩形の右下隅のy座標。
参照

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

 

 


© MESCIUS inc. All rights reserved.