Method PaintPanelBackground
- Namespace
- Alternet.Editor.Dialogs.VsControls.Painting
- Assembly
- Alternet.Editor.v9.dll
PaintPanelBackground(ControlState, Graphics, Rectangle)
Paints panel background with specified parameters.
public void PaintPanelBackground(ControlState controlState, Graphics g, Rectangle bounds)
Parameters
controlState
ControlStateThe state of the panel.
g
GraphicsThe Graphics object to draw on.
bounds
RectangleThe drawing area.