Table of Contents

Method FillRectangles

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

FillRectangles(Brush, RectD[])

Fills a series of rectangles specified by RectD structures.

public override void FillRectangles(Brush brush, RectD[] rects)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

rects RectD[]

Array of RectD structures that represent the rectangles to fill.