Table of Contents

Method DrawCheckBox

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

DrawCheckBox(IPainter, Rectangle, bool, bool)

Draws check box within the specified rectangle with current theme.

public static void DrawCheckBox(IPainter painter, Rectangle rect, bool pressed, bool hot)

Parameters

painter IPainter

Specifies IPainter object used to draw text and graphic primitives.

rect Rectangle

The Rectangle that represents the dimensions of the control.

pressed bool

Specifies if the button is pressed.

hot bool

Specifies if the button is hot.