Unicode Controls & Classes for VB6 - Version 4

clsGpCustomLineCap.SetStrokeCaps Function

Sets the LineCap objects used to start and end lines within the Path object that defines this CustomLineCap object

Syntax
Public Function SetStrokeCaps (ByVal StartCap As GpLineCap, _
ByVal EndCap As GpLineCap) As GpStatus
Parameters
Parameter Description
ByVal StartCap As GpLineCap The start cap
ByVal EndCap As GpLineCap The end cap
Remarks