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