ActiveReports 12
AddLine Method (PathEx)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering Namespace > PathEx Class : AddLine Method
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the starting point of the line.
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the endpoint of the line.
Appends a line segment to this PathEx
Syntax
'Declaration
 
Public Sub AddLine( _
   ByVal point1 As PointFEx, _
   ByVal point2 As PointFEx _
) 
public void AddLine( 
   PointFEx point1,
   PointFEx point2
)

Parameters

point1
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the starting point of the line.
point2
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the endpoint of the line.
See Also

Reference

PathEx Class
PathEx Members