ActiveReports 12
AddCurve Method (PathEx)

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

Parameters

pointData
An array of GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx structures that represents the points that define the curve.
tension
A value that specifies the amount that the curve bends between control points.
See Also

Reference

PathEx Class
PathEx Members