Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.FillPath Function

Fills the given path with the given brush

Syntax
Public Function FillPath (ByRef oPath As clsGpPath, _
ByRef oBrush As clsGpBrush) As GpStatus
Parameters
Parameter Description
ByRef oPath As clsGpPath The path to fill
ByRef oBrush As clsGpBrush The brush to use
Remarks