csharp
public enum PathVerbWhat 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)
MoveLifts the pen and puts it down somewhere, starting a new contour.
LineA straight line to a point.
QuadraticA quadratic Bézier through one control point.
CubicA cubic Bézier through two.
CloseJoins 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