Unicode Controls & Classes for VB6 - Version 4

clsGpPen.Brush Property

Gets or sets the Pen Brush; instead of using a Color you can create a Pen that uses a complex shape

Syntax
Public Property Get Brush () As clsGpBrush
Public Property Let Brush (ByRef oBrush As clsGpBrush)
Parameters
Parameter Description
ByRef oBrush As clsGpBrush a [clsGpBrush] object
Remarks