Table of Contents

Method FillPolygon

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

FillPolygon(Brush, PointD[], FillMode)

Fills the interior of a polygon defined by an array of PointD structures.

void FillPolygon(Brush brush, PointD[] points, FillMode fillMode = FillMode.Alternate)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

points PointD[]

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

fillMode FillMode

Member of the FillMode enumeration that determines the style of the fill.