ActiveReports Developer 7
AddLine Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : AddLine Method

point1
A PointFEx that represents the starting point of the line.
point2
A PointFEx that represents the endpoint of the line.

Glossary Item Box

Appends a line segment to this DDPath

Syntax

Visual Basic (Declaration) 
Sub AddLine( _
   ByVal point1 As PointFEx, _
   ByVal point2 As PointFEx _
) 
C# 
void AddLine( 
   PointFEx point1,
   PointFEx point2
)

Parameters

point1
A PointFEx that represents the starting point of the line.
point2
A PointFEx that represents the endpoint of the line.

See Also