NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GraphicsPath.AddCurve (PointF[], Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddCurve( _
   ByVal points() As PointF, _
   ByVal tension As Single _
)
[C#]
public void AddCurve(
   PointF[] points,
   float tension
);
[C++]
public: void AddCurve(
   PointF* points[],
   float tension
);
[JScript]
public function AddCurve(
   points : PointF[],
   tension : float
);

Parameters

points
[To be supplied.]
tension
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddCurve Overload List