ActiveReports 12
FillEllipse(BrushEx,RectangleEx) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > FillEllipse Method : FillEllipse(BrushEx,RectangleEx) Method
BrushEx that determines the characteristics of the fill.
RectangleEx structure that represents the bounding rectangle that defines the ellipse.
Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.Rectangle structure.
Syntax
'Declaration
 
Overloads Sub FillEllipse( _
   ByVal brush As BrushEx, _
   ByVal rect As RectangleEx _
) 
void FillEllipse( 
   BrushEx brush,
   RectangleEx rect
)

Parameters

brush
BrushEx that determines the characteristics of the fill.
rect
RectangleEx structure that represents the bounding rectangle that defines the ellipse.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List