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