Table of Contents

Method DrawRectangles

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

DrawRectangles(Pen, RectD[])

Draws a series of rectangles specified by RectD structures.

public abstract void DrawRectangles(Pen pen, RectD[] rects)

Parameters

pen Pen

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

rects RectD[]

Array of RectD structures that represent the rectangles to draw.