Unicode Controls & Classes for VB6 - Version 4

clsGpCustomLineCap.GetStrokeCaps Function

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

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