Unicode Controls & Classes for VB6 - Version 4

clsGpBrush.CreateHatchBrush_Color Function

Creates a hatch brush

Syntax
Public Function CreateHatchBrush_Color (ByVal Style As GpHatchStyle, _
ByVal GpForeColor As clsGpColor, _
ByVal GpBackColor As clsGpColor) As GpStatus
Parameters
Parameter Description
ByVal Style As GpHatchStyle The brush style
ByVal GpForeColor As clsGpColor The foreground color
ByVal GpBackColor As clsGpColor The background color
Remarks