JoinType

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

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

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


See Also

OffsetPolygons