LineCap Enumeration
Specifies the shape to use at the end of lines rendered by a LineVisualizer.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum LineCap
Values
Value name | Value | Description |
---|---|---|
Butt | 0 | Indicates that the line is ended in a square shape so that it does not stretch beyond its end point. |
Round | 1 | Indicates that the line is ended smoothly, using a circular shape. |
Square | 2 | Indicates that the line is ended in a square shape that stretches half the line width beyond its end point. |
Remarks
This is an enumeration type that determines the shape to use at the end of lines visualized by a LineVisualizer. The effect of the line cap setting is generally only visible on thick lines.
![]() |
Platforms
Windows, Linux, Android