ActiveReports 12
AddLines Method (PathEx)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering Namespace > PathEx Class : AddLines Method
Appends multiple line segments to this PathEx
Syntax
'Declaration
 
Public Sub AddLines( _
   ByVal linePoints() As PointFEx _
) 
public void AddLines( 
   PointFEx[] linePoints
)

Parameters

linePoints
See Also

Reference

PathEx Class
PathEx Members