Fills a rectangle with a solid color.
シンタックス
'宣言
Public Overloads Sub FillRectangle( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.Color _
)
public void FillRectangle(
System.Drawing.RectangleF ,
System.Drawing.Color
)
パラメータ
- bounds
- A System.Drawing.RectangleF structure that represents the rectangle to fill.
- color
- The fill color.
参照