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 = 1The clip is a set of integer rectangles.
Path = 3The clip is path geometry.
Rectangle = 0The clip is an axis-aligned rectangle.
Region = 2The clip is a set of floating-point rectangles.