[]
Represents how lines join together.
public enum LineJoin : byte
Public Enum LineJoin As Byte
Name | Description |
---|---|
Bevel | An angle joint is used to connect lines. |
Miter | Line join is mitered. |
Round | Lines joined together have a round join. |