Search
MauiGraphics.DrawPolygon Method
See Also
 





Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void DrawPolygon (
    Pen pen,
    IList<Point> points
)

Visual Basic  Copy Code

Public Sub DrawPolygon( _
    pen As Pen, _
    points As IList(Of Point) _
)

 Parameters

pen

points

 See Also