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 = 1Removes the clip shape from the current clip region.
Intersection = 0Keeps only the area covered by both the current clip region and the clip shape.