Enum TaperCorner
Enumerates the various options which determine how to taper corners
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum TaperCorner
Fields
| Name | Description |
|---|---|
| Both | Taper the both sets of corners |
| LeftOrTop | Taper the left or top corner |
| RightOrBottom | Taper the right or bottom corner |