Table of Contents

Method DrawFrameRect

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

DrawFrameRect(Rectangle, Color, int)

Draws a border around the specified rectangle using current BackColor.

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

Parameters

rect Rectangle

The rectangle object to draw border.

color Color

The color used to draw the rect.

width int

The width of the border.