Unicode Controls & Classes for VB6 - Version 4

clsGpSession.GpLineCap Enum

Line cap constants (only the lowest 8 bits are used).

Values
Name Value Description
LineCapFlat 0
LineCapSquare 1
LineCapRound 2
LineCapTriangle 3
LineCapNoAnchor &H10 corresponds to flat cap
LineCapSquareAnchor &H11 corresponds to square cap
LineCapRoundAnchor &H12 corresponds to round cap
LineCapDiamondAnchor &H13 corresponds to triangle cap
LineCapArrowAnchor &H14 no correspondence
LineCapCustom &HFF custom cap
LineCapAnchorMask &HF0 mask to check for anchor or not.
Remarks