Vixen
02b45cc4
csharp
public enum LineCap

How a stroke ends.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Butt

    Stops at the end point.

  • Round

    A half-disc past the end point.

  • Square

    A half-square past the end point, so the stroke is half a width longer at each end.

Used by (11)

  • CurveEditorVixen.Ui.Controls.Advanced
  • DrawCommandVixen.Ui
  • DrawContextVixen.Ui
  • IconVixen.Ui.Controls
  • NodeWireLayerVixen.Ui.Controls.Advanced
  • PathTessellationCacheTestsVixen.Ui.Tests
  • PathTessellatorVixen.Ui
  • PathTessellatorTestsVixen.Ui.Tests
  • TessellationVixen.Ui
  • UiGeometryTestsVixen.Ui.Tests
  • ViewportGizmoVixen.Ui.Controls.Advanced