Enum SvgPathCommandPrefix
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.Core.dll
public enum SvgPathCommandPrefix
- Extension Methods
Fields
Move = 0
Line = 1
Cubic = 2
Quadratic = 3
Arc = 4
Horizontal = 5
Vertical = 6
CubicSmooth = 7
QuadraticSmooth = 8