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

矩形の左上隅の座標。
矩形のサイズ。
指定したた座標およびサイズを使用して、Rect構造体の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal location As Point, _
   ByVal size As Size _
)
public Rectangle( 
   Point location,
   Size size
)

パラメータ

location
矩形の左上隅の座標。
size
矩形のサイズ。
参照

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

 

 


© MESCIUS inc. All rights reserved.