[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.PageDoubleLineExtensions.DrawEllipseDoubleLine

DrawEllipseDoubleLine Method

DrawEllipseDoubleLine(DrawCanvas, float, float, float, float)

Draws the double-lined ellipse.

Declaration
public static void DrawEllipseDoubleLine(this DrawCanvas canvas, float left, float top, float width, float height)
Parameters
Type Name Description
DrawCanvas canvas

The canvas where the ellipse will be drawn.

float left

The left coordinate of the ellipse.

float top

The top coordinate of the ellipse.

float width

The width of the ellipse.

float height

The height of the ellipse.