Table of Contents

Method PaintButtonBackground

Namespace
Alternet.Editor.CodeCompletion.Painting
Assembly
Alternet.Editor.v9.dll

PaintButtonBackground(ControlState, Graphics, Rectangle)

Paints category button background on the graphics surface.

public void PaintButtonBackground(ControlState controlState, Graphics g, Rectangle bounds)

Parameters

controlState ControlState

The state of the button.

g Graphics

The Graphics object to draw on.

bounds Rectangle

The bounds of the button.