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