[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.DrawingCanvasBase.CreateHatchBrush

CreateHatchBrush Method

CreateHatchBrush(HatchStyleEx, Color, Color)

Initializes a new BrushEx using specified hatch pattern and colors.

Declaration
public BrushEx CreateHatchBrush(HatchStyleEx hatchStyle, Color foreColor, Color backColor)
Parameters
Type Name Description
HatchStyleEx hatchStyle

The hatch style.

Color foreColor

The foreground color.

Color backColor

The background color.

Returns
Type Description
BrushEx

The hatch brush.

Implements