[]
Specifies the corners style of two intersecting lines.
public enum LineJoinStyle
Public Enum LineJoinStyle
Name | Description |
---|---|
Bevel | Specifies the corners where the two lines intersect are cut off at a 45 degree angle. |
Miter | Specifies the corners where the two lines intersect are squared off. |
Round | Specifies the corners where the two lines intersect are rounded. |