System.Drawing.Drawing2D.GraphicsPath.AddCurve Method

Adds a spline curve to the current figure.

Syntax

public void AddCurve (System.Drawing.Point[] points, float tension)

Parameters

points
An array of System.Drawing.Point 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.

Remarks

The user must keep the original points if they are needed. The original points are converted to cubic Bézier control points internally, therefore there is no mechanism for returning the original points.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0