ActiveReports 9
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.
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

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum