GraphicsIHandlerDrawPolygon Method |
Draws an outline of a polygon with the specified points
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void DrawPolygon(
Pen pen,
IEnumerable<PointF> points
)
Sub DrawPolygon (
pen As Pen,
points As IEnumerable(Of PointF)
)
abstract DrawPolygon :
pen : Pen *
points : IEnumerable<PointF> -> unit
Parameters
- pen
- Type: Eto.DrawingPen
Pen to draw the polygon lines with - points
- Type: System.Collections.GenericIEnumerablePointF
Points of the polygon
See Also