Source position: msegdiplus.pas line 233
type GpLineJoin = (
LineJoinMiter = 0,
LineJoinBevel = 1,
LineJoinRound = 2,
LineJoinMiterClipped = 3
);