Method PaintPanelBackground
- Namespace
- Alternet.Editor.Dialogs.VsControls.Painting
- Assembly
- Alternet.Editor.v10.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.
PaintPanelBackground(ControlState, Graphics, RectD)
public void PaintPanelBackground(ControlState controlState, Graphics g, RectD bounds)
Parameters
controlState
ControlStateg
Graphicsbounds
RectD