This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum FadedMaskCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FadedMaskCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum FadedMaskCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class FadedMaskCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
DumpColorStart | If this flag is set, the dump color is the color used at the start of the fade. The start color may be white or black, based on the FadeWhiteToBlack. If this flag is not set, the dump color is the color at the end of the fade. If the FillWithDumpColor flag is not set, this flag is ignored. |
FadeOutsideRegion | If this flag is set, the fade will be outside the image's region. If this flag is not set, the fade will be inside the image's region. |
FadeWhiteToBlack | If this flag is set, the fade starts with white and changes toward black. If this flag is not set, the fade changes from black to white. |
FillWithDumpColor | If this flag is set, the dump part of the mask will be filled with the dump color. The DumpColorStart and FadeWhiteToBlack flags determine the dump color. If this flag is not set, the dump part is filled with the Transparent color. |
None | do nothing |
NoTransparencyFill | If this flag is set, fill the transparency part with a color other than Transparent. The color is either the same as the dump color, or its opposite, depending on whether the TransparencyAsDump flag is set. If the NoTransparencyFill flag is not set, fill the transparency with Transparent. If the FillWithDumpColor flag is not set, this flag is ignored. |
TransparencyAsDump | If this flag is set, the transparency color is the same as the dump color. If this flag is not set, the transparency color is the opposite of the dump color. This flag is used only if NoTransparencyFill is set. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)