JoinType

Del.» type TJoinType = (jtSquare, jtRound, jtMiter);

C++ » enum JoinType {jtSquare, jtRound, jtMiter};

C#  » public enum JoinType {jtSquare, jtRound, jtMiter};


When adding paths to a ClipperOffset object via the AddPaths method, the joinType parameter may be one of three types - jtMiter, jtSquare or jtRound.



See Also

ClipperOffset, ClipperOffset.AddPaths, ClipperOffset.ArcTolerance, ClipperOffset.MiterLimit