ActiveReports 12
DrawEllipse(PenEx,RectangleFEx) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > DrawEllipse Method : DrawEllipse(PenEx,RectangleFEx) Method
The pen to draw the ellipse with.
The bounding rectangle of the ellipse to draw.
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
Syntax
'Declaration
 
Overloads Sub DrawEllipse( _
   ByVal pen As PenEx, _
   ByVal rect As RectangleFEx _
) 
void DrawEllipse( 
   PenEx pen,
   RectangleFEx 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