Table of Contents

Enum DrawingClipKind

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

Identifies the clip primitive represented by a drawing clip descriptor.

public enum DrawingClipKind : byte

Fields

IntegerRegion = 1

The clip is a set of integer rectangles.

Path = 3

The clip is path geometry.

Rectangle = 0

The clip is an axis-aligned rectangle.

Region = 2

The clip is a set of floating-point rectangles.