Table of Contents

Method DrawPolygon

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

DrawPolygon(Point[], Color)

When implemented by a class, draws a polygon defined by an array of Point structures.

void DrawPolygon(Point[] points, Color color)

Parameters

points Point[]

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

color Color

Specifies color of the polygon.