Enum TaperSide
- Namespace
- SixLabors.ImageSharp.Processing
- Assembly
- SixLabors.ImageSharp.dll
Enumerates the various options which determine which side to taper
public enum TaperSide
Fields
Bottom = 3
Taper the bottom side
Left = 0
Taper the left side
Right = 2
Taper the right side
Top = 1
Taper the top side