Enum ClippingType
Poly Type
Namespace: SixLabors.ImageSharp.Drawing.PolygonClipper
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum ClippingType
Fields
| Name | Description |
|---|---|
| Clip | Represents a shape to act as a clipped path. |
| Subject | Represent a main shape to act as a main subject whoes path will be clipped or merged. |