[To be supplied.]
[Visual Basic] Overloads Public Sub AddClosedCurve( _ ByVal points() As Point, _ ByVal tension As Single _ ) [C#] public void AddClosedCurve( Point[] points, float tension ); [C++] public: void AddClosedCurve( Point* points[], float tension ); [JScript] public function AddClosedCurve( points : Point[], tension : float );
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddClosedCurve Overload List