EndType

Del.» type TEndType = (etPolygon, etJoined, etSquare, etRound, etButt);

C++ » enum EndType {Polygon, Joined, Square, Round, Butt};

C#  » public enum EndType {Polygon, Joined, Square, Round, Butt};


The EndType enumerator has 5 values:

Note: With Polygon and Joined end types, the path closure will be the same regardless of whether or not the first and last vertices in the path match.




See Also

InflatePaths