[]
Initializes a new BrushEx using specified hatch pattern and colors.
BrushEx CreateHatchBrush(HatchStyleEx hatchStyle, Color foreColor, Color backColor)
| Type | Name | Description |
|---|---|---|
| HatchStyleEx | hatchStyle | The hatch style. |
| Color | foreColor | The foreground color. |
| Color | backColor | The background color. |
| Type | Description |
|---|---|
| BrushEx | The hatch brush. |