ActiveReports 13
DrawEllipseDoubleLine Method (PageDoubleLineExtensions)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PageDoubleLineExtensions Class : DrawEllipseDoubleLine Method
The left.
The top.
The width.
The height.
Draws the double line ellipse.
Syntax
'Declaration
 
Public Shared Sub DrawEllipseDoubleLine( _
   ByVal page As Page, _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
public static void DrawEllipseDoubleLine( 
   Page page,
   float left,
   float top,
   float width,
   float height
)

Parameters

page
left
The left.
top
The top.
width
The width.
height
The height.
See Also

Reference

PageDoubleLineExtensions Class
PageDoubleLineExtensions Members