[To be supplied.]
[Visual Basic] Overloads Public Sub DrawLine( _ ByVal pen As Pen, _ ByVal x1 As Single, _ ByVal y1 As Single, _ ByVal x2 As Single, _ ByVal y2 As Single _ ) [C#] public void DrawLine( Pen pen, float x1, float y1, float x2, float y2 ); [C++] public: void DrawLine( Pen* pen, float x1, float y1, float x2, float y2 ); [JScript] public function DrawLine( pen : Pen, x1 : float, y1 : float, x2 : float, y2 : float );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawLine Overload List