Click or drag to resize
OGBrushOGHatchedBrush Method (Color, HatchStyle)
Creates a hatched brush using the specified foreground color and hatch style.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static OGBrush OGHatchedBrush(
	Color color,
	HatchStyle hatchStyle
)

Parameters

color
Type: System.DrawingColor
names the foreground color.
hatchStyle
Type: Stingray.GridHatchStyle
The hatch style for the brush.

Return Value

Type: OGBrush
A new OGBrush that draws with the hatch style hatchStyle and the color color.
See Also