public final class FeatheringMode
extends com.aspose.ms.System.Enum
Specifies how a feathering algorithm works.
| Modifier and Type | Field and Description |
|---|---|
static int |
Adjusted
Adjusted algorithm that will create a smooth border of the selected area
|
static int |
MathematicallyCorrect
Mathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area
|
static int |
None
No feathering
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString, toStringpublic static final int None
No feathering
public static final int MathematicallyCorrect
Mathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area
public static final int Adjusted
Adjusted algorithm that will create a smooth border of the selected area
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.