ActiveReports 8
CreateHatchBrush Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : CreateHatchBrush Method

foreColor
The foreground color.
backColor
The background color.

Glossary Item Box

Initializes a new BrushEx using specified hatch pattern and colors.

Syntax

Visual Basic (Declaration) 
Function CreateHatchBrush( _
   ByVal foreColor As ColorEx, _
   ByVal backColor As ColorEx _
) As BrushEx
C# 
BrushEx CreateHatchBrush( 
   ColorEx foreColor,
   ColorEx backColor
)

Parameters

foreColor
The foreground color.
backColor
The background color.

Return Value

The hatch brush.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also