Vixen
02b45cc4
csharp
public enum LineJoin

How 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)

  • Miter

    Extends both edges until they meet, falling back to a bevel past the limit.

  • Round

    Fills the outside of the turn with an arc.

  • Bevel

    Cuts 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