csharp
public enum LineJoinHow a stroke turns a corner.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ Beside PathFillRule rather than beside the tessellator that reads it, and for the same reason: this is part of the stroke somebody asked for, not part of how one is turned into triangles. A caller says "round joins" the way it says "even-odd", and neither should need a reference to the thing that eventually resolves it.
Fields and properties (3)
MiterExtends both edges until they meet, falling back to a bevel past the limit.
RoundFills the outside of the turn with an arc.
BevelCuts straight across the outside of the turn.
Used by (9)
- CurveEditorVixen.Ui.Controls.Advanced
- DrawCommandVixen.Ui
- DrawContextVixen.Ui
- IconVixen.Ui.Controls
- PathTessellationCacheTestsVixen.Ui.Tests
- PathTessellatorVixen.Ui
- PathTessellatorTestsVixen.Ui.Tests
- TessellationVixen.Ui
- UiGeometryTestsVixen.Ui.Tests