ActiveReports 9
AddLine Method (IPathEx)

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.
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

Reference

IPathEx Interface
IPathEx Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum