Table of Contents

Method FillRectangles

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

FillRectangles(Brush, ReadOnlySpan<RectD>)

Fills a series of rectangles specified by RectD structures.

public void FillRectangles(Brush brush, ReadOnlySpan<RectD> rects)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

rects ReadOnlySpan<RectD>

Array of RectD structures that represent the rectangles to fill.