ActiveReports 12
AddCurve Method (IPathEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : AddCurve Method
An array of PointFEx structures that represents the points that define the curve.
A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.
Adds a spline curve to the current figure
Syntax
'Declaration
 
Sub AddCurve( _
   ByVal pointData() As PointFEx, _
   ByVal tension As Single _
) 
void AddCurve( 
   PointFEx[] pointData,
   float tension
)

Parameters

pointData
An array of PointFEx structures that represents the points that define the curve.
tension
A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.
See Also

Reference

IPathEx Interface
IPathEx Members