Table of Contents

Method DrawRectangles

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

DrawRectangles(Pen, ReadOnlySpan<RectD>)

Draws a series of rectangles specified by RectD structures.

public void DrawRectangles(Pen pen, ReadOnlySpan<RectD> rects)

Parameters

pen Pen

Pen that determines the color, width, and style of the outlines of the rectangles.

rects ReadOnlySpan<RectD>

Array of RectD structures that represent the rectangles to draw.