LineJoinStyle Enumeration
Represents the possible styles for joining two lines.
See the
Examples section of the
Pen class for image examples.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public enum LineJoinStyle
Public Enumeration LineJoinStyle
public enum class LineJoinStyle
Miter | 0 |
Represents a miter join. This produces a sharp corner or a bevel join if the miter limit is exceeded.
|
Bevel | 1 |
Represents a bevel join, which produces a diagonal corner.
|
Round | 2 |
Represents a round join, which produces a rounded corner.
|