[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddCurve

AddCurve Method

AddCurve(PointF[], float)

Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.

Declaration
public void AddCurve(PointF[] points, float tension)
Parameters
Type Name Description
PointF[] points

An array of PointF structures that represents the points that define the curve.

float tension

A value that specifies the amount that the curve bends between control points.