ActiveReports 8
DrawLines Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawLines Method

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.

Glossary Item Box

Draws a series of line segments that connect an array of System.Drawing.PointF structures.

Syntax

Visual Basic (Declaration) 
Sub DrawLines( _
   ByVal pen As PenEx, _
   ByVal polyLine() As PointFEx _
) 
C# 
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also