ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageDoubleLineExtensions Class / DrawDoubleLine Method
The canvas where the double line will be drawn.
The X1 coordinate.
The Y1 coordinate.
The X2 coordinate.
The Y2 coordinate.

In This Topic
    DrawDoubleLine Method (PageDoubleLineExtensions)
    In This Topic
    Draws the double line.
    Syntax
    'Declaration
     
    Public Shared Sub DrawDoubleLine( _
       ByVal canvas As DrawCanvas, _
       ByVal x1 As Single, _
       ByVal y1 As Single, _
       ByVal x2 As Single, _
       ByVal y2 As Single _
    ) 
    public static void DrawDoubleLine( 
       DrawCanvas canvas,
       float x1,
       float y1,
       float x2,
       float y2
    )

    Parameters

    canvas
    The canvas where the double line will be drawn.
    x1
    The X1 coordinate.
    y1
    The Y1 coordinate.
    x2
    The X2 coordinate.
    y2
    The Y2 coordinate.
    See Also