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

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