Method FillRectangles
FillRectangles(Brush, ReadOnlySpan<RectD>)
Fills a series of rectangles specified by RectD structures.
public void FillRectangles(Brush brush, ReadOnlySpan<RectD> rects)
Parameters
brushBrushBrush that determines the characteristics of the fill.
rectsReadOnlySpan<RectD>Array of RectD structures that represent the rectangles to fill.