Enum FeatheringMode

FeatheringMode enumeration

Specifies how a feathering algorithm works.

public enum FeatheringMode

Values

NameValueDescription
None0No feathering
MathematicallyCorrect1Mathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area
Adjusted2Adjusted algorithm that will create a smooth border of the selected area

See Also