LineJoin Enumeration
Specifies the shape to use when connecting the individual line segments of lines rendered by a LineVisualizer.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum LineJoin
Values
Value name | Value | Description |
---|---|---|
Miter | 0 | Indicates that the lines are connected using sharp corners, much as if the lines had been individually drawn. |
Round | 1 | Indicates that the connections are rounded to give the line a smooth appearance. |
Bevel | 2 | Indicates that then connections are beveled according to the drawing below. |
Remarks
This is an enumeration type that determines the shape to use when connecting the individual line segments of lines visualized by a LineVisualizer. The effect of the line join setting is generally only visible on thick lines.
![]() |
Platforms
Windows, Linux, Android