Click or drag to resize
OGBrushOGSolidBrush Method
Creates a solid brush using the specified background color.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static OGBrush OGSolidBrush(
	Color color
)

Parameters

color
Type: System.DrawingColor
The color of this new brush.

Return Value

Type: OGBrush
A new OGBrush that draws with the Solid brush style and the indicated color.
See Also