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