Graphics.DrawLines Method (Color,PointF[]) |
Draws a 1 pixel wide set of lines with the specified points
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void DrawLines(
Color color,
params PointF[] points
)
Public Sub DrawLines (
color As Color,
ParamArray points As PointF()
)
member DrawLines :
color : Color *
points : PointF[] -> unit
Parameters
- color
- Type: Eto.Drawing.Color
Color to draw the lines - points
- Type:Eto.Drawing.PointF[]
Points for each of the lines
See Also