PowerTools ActiveReports for .NET 11.0J
RectangleEx コンストラクタ

四角形の左上隅のx座標。
四角形の左上隅のy座標。
四角形の幅。
四角形の高さ。
指定した位置とサイズで、クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public RectangleEx( 
   int x,
   int y,
   int width,
   int height
)

パラメータ

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

関連項目

RectangleEx クラス
RectangleEx メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.