Draws the background.

Namespace: Dapfor.Net.Theming
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public virtual void DrawColumnBackground(
	Grid grid,
	Appearance appearance,
	ElementState state,
	Rectangle visibleBounds,
	Rectangle virtualBounds,
	Graphics graphics
)
Visual Basic
Public Overridable Sub DrawColumnBackground ( 
	grid As Grid,
	appearance As Appearance,
	state As ElementState,
	visibleBounds As Rectangle,
	virtualBounds As Rectangle,
	graphics As Graphics
)
Visual C++
public:
virtual void DrawColumnBackground(
	Grid^ grid, 
	Appearance^ appearance, 
	ElementState state, 
	Rectangle visibleBounds, 
	Rectangle virtualBounds, 
	Graphics^ graphics
)
F#
abstract DrawColumnBackground : 
        grid : Grid * 
        appearance : Appearance * 
        state : ElementState * 
        visibleBounds : Rectangle * 
        virtualBounds : Rectangle * 
        graphics : Graphics -> unit 
override DrawColumnBackground : 
        grid : Grid * 
        appearance : Appearance * 
        state : ElementState * 
        visibleBounds : Rectangle * 
        virtualBounds : Rectangle * 
        graphics : Graphics -> unit 

Parameters

grid
Type: Dapfor.Net.Ui..::..Grid
The grid.
appearance
Type: Dapfor.Net.Ui..::..Appearance
The appearance.
state
Type: Dapfor.Net.Ui..::..ElementState
The state.
visibleBounds
Type: System.Drawing..::..Rectangle
The visible bounds.
virtualBounds
Type: System.Drawing..::..Rectangle
The virtual bounds.
graphics
Type: System.Drawing..::..Graphics
The graphics.

Implements

IGridRenderer..::..DrawColumnBackground(Grid, Appearance, ElementState, Rectangle, Rectangle, Graphics)

See Also