ActiveReports 12
CreateHatchBrush Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : CreateHatchBrush Method
The foreground color.
The background color.
Initializes a new BrushEx using specified hatch pattern and colors.
Syntax
'Declaration
 
Function CreateHatchBrush( _
   ByVal foreColor As ColorEx, _
   ByVal backColor As ColorEx _
) As BrushEx
BrushEx CreateHatchBrush( 
   ColorEx foreColor,
   ColorEx backColor
)

Parameters

foreColor
The foreground color.
backColor
The background color.

Return Value

The hatch brush.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members