Enum PathTypes
- Namespace
- SixLabors.ImageSharp.Drawing
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Describes the different type of paths.
public enum PathTypes
Fields
Closed = 1Denotes a path describing a single simple closed shape
Mixed = 2Denotes a path containing one or more child paths that could be open or closed.
Open = 0Denotes a path containing a single simple open path