ActiveReports 19 .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 _
) 
 

Parameters

pen
polyLine
See Also