バージョン

RectData コンストラクタ

RectData を構築します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
public RectData( 
   double left,
   double top,
   double width,
   double height
)

パラメータ

left
左値。
top
上値。
width
幅値。
height
高さ値。
参照