public final class LayerMaskFlags
extends com.aspose.ms.System.Enum
The layer mask flags
Modifier and Type | Field and Description |
---|---|
static byte |
Disabled
Layer mask is disabled.
|
static byte |
InvertedWhenBlending
Invert layer mask when blending.
|
static byte |
None
No flags defined.
|
static byte |
RelativeToLayer
Position is relative to layer.
|
static byte |
UserMaskFromRenderingOtherData
Indicates that the user mask actually came from rendering other data
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte None
No flags defined.
public static final byte RelativeToLayer
Position is relative to layer.
public static final byte Disabled
Layer mask is disabled.
public static final byte InvertedWhenBlending
Invert layer mask when blending.
public static final byte UserMaskFromRenderingOtherData
Indicates that the user mask actually came from rendering other data