GraphicsDrawLines Method (Pen, PointF) |
Draws a set of lines with the specified points
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawLines(
Pen pen,
params PointF[] points
)
Public Sub DrawLines (
pen As Pen,
ParamArray points As PointF()
)
member DrawLines :
pen : Pen *
points : PointF[] -> unit
Parameters
- pen
- Type: Eto.DrawingPen
Pen to draw the lines with - points
- Type: Eto.DrawingPointF
Points for each of the lines
See Also