Table of Contents

Enum ClipOperation

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

Specifies how a clip shape is combined with the current clip region.

public enum ClipOperation

Fields

Difference = 1

Removes the clip shape from the current clip region.

Intersection = 0

Keeps only the area covered by both the current clip region and the clip shape.