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