[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdiplus.pas line 201
type GpLineCap = ( |
LineCapFlat = 0, |
LineCapSquare = 1, |
LineCapRound = 2, |
LineCapTriangle = 3, |
LineCapNoAnchor = $10, |
LineCapSquareAnchor = $11, |
LineCapRoundAnchor = $12, |
LineCapDiamondAnchor = $13, |
LineCapArrowAnchor = $14, |
LineCapCustom = $ff |
); |