Draws the column background.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void DrawColumnBackground(
Grid grid,
Appearance appearance,
ElementState state,
Rectangle visibleBounds,
Rectangle virtualBounds,
Graphics graphics
) |
Visual Basic |
---|
Public 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
) sealed |
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