ActiveReports 12
DrawLines Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawLines Method
PenEx that determines the color, width, and style of the line.
The array of the PointFEx structures that define the lines starts and ends.
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 PointFEx _
) 
void DrawLines( 
   PenEx pen,
   PointFEx[] polyLine
)

Parameters

pen
PenEx that determines the color, width, and style of the line.
polyLine
The array of the PointFEx structures that define the lines starts and ends.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members