ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / GraphicsExtensions Class / DrawEllipseDoubleLine Method
The graphics to draw on.
System.Drawing.Rectangle structure that defines the boundaries of the ellipse.
System.Drawing.Pen that determines the color, width, and style of the ellipse.
The style of double line.

In This Topic
    DrawEllipseDoubleLine Method (GraphicsExtensions)
    In This Topic
    Draws an ellipse specified by a bounding System.Drawing.Rectangle structure.
    Syntax
    'Declaration
     
    Public Shared Sub DrawEllipseDoubleLine( _
       ByVal graphics As Graphics, _
       ByVal rect As Rectangle, _
       ByVal pen As Pen, _
       ByVal style As Integer _
    ) 
    public static void DrawEllipseDoubleLine( 
       Graphics graphics,
       Rectangle rect,
       Pen pen,
       int style
    )

    Parameters

    graphics
    The graphics to draw on.
    rect
    System.Drawing.Rectangle structure that defines the boundaries of the ellipse.
    pen
    System.Drawing.Pen that determines the color, width, and style of the ellipse.
    style
    The style of double line.
    See Also