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