Table of Contents

Enum SvgPathType

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll
public enum SvgPathType

Fields

None = 0
MoveTo = 1
LineTo = 2
CurveTo = 3
ArcTo = 4
Close = 5