Enum PathTypes
Describes the different type of paths.
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum PathTypesFields
| Name | Description | 
|---|---|
| Closed | Denotes a path describing a single simple closed shape | 
| Mixed | Denotes a path containing one or more child paths that could be open or closed. | 
| Open | Denotes a path containing a single simple open path |