Unicode Controls & Classes for VB6 - Version 4

clsGpBrush.CreateHatchBrush_RawColor Function

Creates a hatch brush using ARGB colors (use the [clsGpSession] class for conversion functions)

Syntax
Public Function CreateHatchBrush_RawColor (ByVal Style As GpHatchStyle, _
ByVal ForeColorARGB As Long, _
ByVal BackColorARGB As Long) As GpStatus
Parameters
Parameter Description
ByVal Style As GpHatchStyle The brush style
ByVal ForeColorARGB As Long The foreground color
ByVal BackColorARGB As Long The background color
Remarks