Enum EndLineCap
This simple type enumeration specifies how to cap the ends of lines.
public enum EndLineCap : byte
Fields
flat = 0
Line ends at end point.
rnd = 1
Rounded ends. Semi-circle protrudes by half line width.
sq = 2
Square protrudes by half line width.