Fills a rounded rectangle witih a solid color.
シンタックス
'宣言
Public Overloads Sub FillRoundRect( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single, _
ByVal As System.Drawing.Color _
)
public void FillRoundRect(
System.Drawing.RectangleF ,
System.float ,
System.Drawing.Color
)
パラメータ
- bounds
- A System.Drawing.RectangleF structure that represents the rectangle to fill.
- radius
- The radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
- color
- The fill color.
参照