Table of Contents

Method FillPolygon

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

FillPolygon(Color, Point[])

When implemented by a class, fills the interior of a polygon defined by an array of points specified by Point structures.

void FillPolygon(Color color, Point[] points)

Parameters

color Color

Specifies color to fill polygon.

points Point[]

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