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

point
A PointFEx that represents the end point of the line.

Glossary Item Box

Adds line from path's current end point to the specified point

Syntax

Visual Basic (Declaration) 
Sub AddLineTo( _
   ByVal point As PointFEx _
) 
C# 
void AddLineTo( 
   PointFEx point
)

Parameters

point
A PointFEx that represents the end point of the line.

See Also