JoinType

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

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

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


The OffsetPolygons function has a JoinType parameter that accepts one of three join types:

  

See Also

OffsetPolygons