ActiveReports 8
AddLineTo Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also