GraphicsDrawLines Method (Color, IEnumerablePointF) |
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
Syntax public void DrawLines(
Color color,
IEnumerable<PointF> points
)
Public Sub DrawLines (
color As Color,
points As IEnumerable(Of PointF)
)
member DrawLines :
color : Color *
points : IEnumerable<PointF> -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color to draw the lines - points
- Type: System.Collections.GenericIEnumerablePointF
Points for each of the lines
See Also