ActiveReports 12
AddLineTo Method (IPathEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : AddLineTo Method
A PointFEx that represents the end point of the line.
Adds line from path's current end point to the specified point
Syntax
'Declaration
 
Sub AddLineTo( _
   ByVal point As PointFEx _
) 
void AddLineTo( 
   PointFEx point
)

Parameters

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

Reference

IPathEx Interface
IPathEx Members