ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicalUtils Class / DrawDoubleLine Method

In This Topic
    DrawDoubleLine Method (GraphicalUtils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawDoubleLine( _
       ByVal canvas As IDrawingCanvas, _
       ByVal width As Single, _
       ByVal color As Color, _
       ByVal from As PointF, _
       ByVal to As PointF _
    ) 
    public static void DrawDoubleLine( 
       IDrawingCanvas canvas,
       float width,
       Color color,
       PointF from,
       PointF to
    )

    Parameters

    canvas
    width
    color
    from
    to
    See Also