Vixen
02b45cc4
csharp
public enum PathVerb

What one step of a path does.

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

Fields and properties (5)

  • Move

    Lifts the pen and puts it down somewhere, starting a new contour.

  • Line

    A straight line to a point.

  • Quadratic

    A quadratic Bézier through one control point.

  • Cubic

    A cubic Bézier through two.

  • Close

    Joins the current contour back to where it started.

Used by (9)

  • ControlIconsVixen.Ui.Controls
  • IconVixen.Ui.Controls
  • IconAtlasVixen.Ui
  • PathBuilderVixen.Ui
  • PathFlattenerVixen.Ui
  • PathSegmentVixen.Ui
  • PathTestsVixen.Ui.Tests
  • SvgPathTestsVixen.Ui.Tests
  • OutOfTreePluginTestsVixen.Editor.App.Tests