Table of Contents

Method DrawFrameRect

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

DrawFrameRect(Rectangle, Color, int)

When implemented by a class, draws a border around the specified rectangle using current BackColor.

void DrawFrameRect(Rectangle rect, Color color, int width)

Parameters

rect Rectangle

The rectangle object to draw border.

color Color

Specifies color of the Pen object to draw line.

width int

Specifies width of the Pen object to draw line.