PenLineCap Enumeration |
Namespace: Eto.Drawing
| Member name | Value | Description | |
|---|---|---|---|
| Square | 0 | Lines have a square cap, that is the same size as the width of the pen | |
| Butt | 1 | Lines are capped exactly at the ending points of the line | |
| Round | 2 | Lines have a rounded cap, which is equal to the width of the pen |