左上の座標、幅、および高さで指定された四角形の内部を塗りつぶします。
シンタックス
'宣言
Public Overloads Sub FillRectangle( _
ByVal As System.Drawing.Brush, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void FillRectangle(
System.Drawing.Brush ,
System.float ,
System.float ,
System.float ,
System.float
)
パラメータ
- brush
- 塗りつぶしの特性を決定する System.Drawing.Brushオブジェクト。
- x
- 塗りつぶす四角形の左上隅の x 座標。
- y
- 塗りつぶす四角形の左上隅の y 座標。
- width
- 塗りつぶす四角形の幅。
- height
- 塗りつぶす四角形の高さ。
参照