Table of Contents

Method FillRectanglesBorder

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

FillRectanglesBorder(Graphics, Brush, RectD[], Thickness[]?)

Draws rectangles border using FillRectangle(Brush, RectD).

public static void FillRectanglesBorder(this Graphics dc, Brush brush, RectD[] rects, Thickness[]? borders = null)

Parameters

dc Graphics

Drawing context.

brush Brush

Brush to draw border.

rects RectD[]

Border rectangles.

borders Thickness[]

Border width.