ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / DrawingCanvasBase Class / DrawLine Method

In This Topic
    DrawLine Method (DrawingCanvasBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawLine( _
       ByVal pen As PenEx, _
       ByVal from As PointF, _
       ByVal to As PointF _
    ) 
    public void DrawLine( 
       PenEx pen,
       PointF from,
       PointF to
    )

    Parameters

    pen
    from
    to
    See Also