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.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum