Enum ClippingType
Defines the polygon clipping type.
Namespace: SixLabors.ImageSharp.Drawing.Shapes.PolygonClipper
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum ClippingType
Fields
Name | Description |
---|---|
Clip | Represents a shape to act as a clipped path. |
Subject | Represents a shape to act as a subject which will be clipped or merged. |