Method PaintButtonBackground
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v10.dll
PaintButtonBackground(ControlState, Graphics, Rectangle)
Paints category button background on the graphics surface.
public void PaintButtonBackground(ControlState controlState, Graphics g, Rectangle bounds)
Parameters
controlState
ControlStateThe state of the button.
g
GraphicsThe Graphics object to draw on.
bounds
RectangleThe bounds of the button.
PaintButtonBackground(ControlState, Graphics, RectD)
public void PaintButtonBackground(ControlState controlState, Graphics g, RectD bounds)
Parameters
controlState
ControlStateg
Graphicsbounds
RectD