Table of Contents

Method DrawPolygon

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawPolygon(Pen, PointD[])

Draws a polygon defined by an array of PointD structures.

public abstract void DrawPolygon(Pen pen, PointD[] points)

Parameters

pen Pen

Pen that determines the color, width, and style of the polygon.

points PointD[]

Array of PointD structures that represent the vertices of the polygon.