ActiveReports 12
AddLine Method (IPathEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : AddLine Method
A PointFEx that represents the starting point of the line.
A PointFEx that represents the endpoint of the line.
Appends a line segment to this DDPath
Syntax
'Declaration
 
Sub AddLine( _
   ByVal point1 As PointFEx, _
   ByVal point2 As PointFEx _
) 
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

Reference

IPathEx Interface
IPathEx Members