Unicode Controls & Classes for VB6 - Version 4

clsGpPen.SetLineCap Function

Sets in one function the Start, End and Line cap

Syntax
Public Function SetLineCap (ByRef StartCap As GpLineCap, _
ByRef EndCap As GpLineCap, _
ByRef dCap As GpDashCap) As GpStatus
Parameters
Parameter Description
ByRef StartCap As GpLineCap [StartCap]
ByRef EndCap As GpLineCap [EndCap]
ByRef dCap As GpDashCap [DashCap]
Remarks