Table of Contents

Enum PathTypes

Namespace
SixLabors.ImageSharp.Drawing
Assembly
SixLabors.ImageSharp.Drawing.dll

Describes the different type of paths.

public enum PathTypes

Fields

Closed = 1

Denotes a path describing a single simple closed shape

Mixed = 2

Denotes a path containing one or more child paths that could be open or closed.

Open = 0

Denotes a path containing a single simple open path