ActiveReports 12
DrawEllipse(PenEx,RectangleEx) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > DrawEllipse Method : DrawEllipse(PenEx,RectangleEx) Method
The pen to draw the ellipse with.
The bounding rectangle of the ellipse to draw.
Draws an ellipse specified by a bounding System.Drawing.Rectangle structure.
Syntax
'Declaration
 
Overloads Sub DrawEllipse( _
   ByVal pen As PenEx, _
   ByVal rect As RectangleEx _
) 
void DrawEllipse( 
   PenEx pen,
   RectangleEx rect
)

Parameters

pen
The pen to draw the ellipse with.
rect
The bounding rectangle of the ellipse to draw.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List