GrapeCity ActiveReports for .NET 12.0J
RectangleFEx コンストラクタ

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

パラメータ

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

関連項目

RectangleFEx 構造体
RectangleFEx メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.