ActiveReports for .NET 18.0J
Rect コンストラクタ(Double,Double,Double,Double)

GrapeCity.Viewer.Common 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Double,Double,Double,Double)
長方形の左上隅のX座標。
長方形の左上隅のY座標。
長方形の幅。
長方形の高さ。
指定された位置とサイズでRectクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
public Rect( 
   double x,
   double y,
   double width,
   double height
)

パラメータ

x
長方形の左上隅のX座標。
y
長方形の左上隅のY座標。
width
長方形の幅。
height
長方形の高さ。
参照

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