ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawDoubleLine Method

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

    Parameters

    x1
    y1
    x2
    y2
    See Also