ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / DrawLines Method

In This Topic
    DrawLines Method (IDrawingCanvas)
    In This Topic
    Draws a series of line segments that connect an array of System.Drawing.PointF structures.
    Syntax
    'Declaration
     
    Sub DrawLines( _
       ByVal pen As PenEx, _
       ByVal polyLine() As PointF _
    ) 
    void DrawLines( 
       PenEx pen,
       PointF[] polyLine
    )

    Parameters

    pen
    polyLine
    See Also