Enum LineCapType

LineCapType enumeration

Represents the caps of a line

public enum LineCapType

Values

NameValueDescription
Square0Square protrudes by half line width.
Round1Rounded ends.
Flat2Line ends at end point.
None3None cap

See Also