Table of Contents

Method DrawEditBorder

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

DrawEditBorder(IPainter, Rectangle)

Draws border of edit control within the specified rectangle with current theme.

public static void DrawEditBorder(IPainter painter, Rectangle rect)

Parameters

painter IPainter

Specifies IPainter object used to draw text and graphic primitives.

rect Rectangle

The Rectangle that represents the dimensions of the control.

DrawEditBorder(IntPtr, Rectangle)

Draws border of edit control within the specified rectangle with current theme.

public static void DrawEditBorder(IntPtr dc, Rectangle rect)

Parameters

dc IntPtr

Handle to a device context used for drawing the theme-defined background image.

rect Rectangle

The Rectangle that represents the dimensions of the control.