| GraphicsDrawLine Method (Pen, PointF, PointF) | 
 
            Draws a line with the specified pen
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void DrawLine(
	Pen pen,
	PointF start,
	PointF end
)
Public Sub DrawLine ( 
	pen As Pen,
	start As PointF,
	end As PointF
)
member DrawLine : 
        pen : Pen * 
        start : PointF * 
        end : PointF -> unit 
Parameters
- pen
- Type: Eto.DrawingPen
 Pen to draw the line with
- start
- Type: Eto.DrawingPointF
 Starting location
- end
- Type: Eto.DrawingPointF
 Ending location
 See Also
See Also