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

In This Topic
    DrawLines Method (DrawingCanvasBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawLines( _
       ByVal pen As PenEx, _
       ByVal polyLine() As PointF _
    ) 
    public void DrawLines( 
       PenEx pen,
       PointF[] polyLine
    )

    Parameters

    pen
    polyLine
    See Also