Table of Contents

Enum TaperCorner

Namespace
SixLabors.ImageSharp.Processing
Assembly
SixLabors.ImageSharp.dll

Enumerates the various options which determine how to taper corners

public enum TaperCorner

Fields

Both = 2

Taper the both sets of corners

LeftOrTop = 0

Taper the left or top corner

RightOrBottom = 1

Taper the right or bottom corner