Unicode Controls & Classes for VB6 - Version 4
clsGpGraphics
.DrawPath Function
Draws the given path with the given pen
Syntax
Public Function DrawPath (ByRef
oPath
As
clsGpPath
, _
ByRef
oPn
As
clsGpPen
) As
GpStatus
Parameters
Parameter
Description
ByRef
oPath
As
clsGpPath
The path to draw
ByRef
oPn
As
clsGpPen
The pen to use
Remarks