ActiveReports 8
DrawEllipse Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawEllipse Method

Glossary Item Box

Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.

Overload List

OverloadDescription
DrawEllipse(PenEx,Int32,Int32,Int32,Int32)Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.  
DrawEllipse(PenEx,RectangleEx)Draws an ellipse specified by a bounding System.Drawing.Rectangle structure.  
DrawEllipse(PenEx,Single,Single,Single,Single)Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.  
DrawEllipse(PenEx,RectangleFEx)Draws an ellipse defined by a bounding System.Drawing.RectangleF.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also