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