GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillEllipse Method / FillEllipse(RectangleF,Color) Method
A System.Drawing.RectangleF structure that specifies the ellipse to fill.
The fill color.

In This Topic
FillEllipse(RectangleF,Color) Method
In This Topic
Fills an ellipse with a specified solid color.
Syntax
'Declaration
 
Public Overloads Sub FillEllipse( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal color As System.Drawing.Color _
) 
 

Parameters

bounds
A System.Drawing.RectangleF structure that specifies the ellipse to fill.
color
The fill color.
See Also