MESCIUS SPREAD for Windows Forms 17.0J
Rect コンストラクタ

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

パラメータ

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

Rect 構造体
Rect メンバ

 

 


© MESCIUS inc. All rights reserved.