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