Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SubtractBackgroundCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum SubtractBackgroundCommandBitmapEffectsFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum SubtractBackgroundCommandBitmapEffectsFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SubtractBackgroundCommandBitmapEffectsFlags : public Enum |
XAML Attributes Usage | |
---|---|
<object property=EnumerationValue .../> |
Member | Description |
---|---|
BackgroundIsDarker | The background in the current image is darker than the foreground. |
BackgroundIsBrighter | The background in the current image is brighter than the foreground. |
SubtractedImage | The output image shows the result of the subtraction between the background and the original image. |
TheBackground | The output image shows only the background. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that represent whether the background is darker than the foreground | BackgroundIsDarker, BackgroundIsBrighter |
Flags that represent whether to show the objects without a background | SubtractedImage, TheBackground |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.Core.SubtractBackgroundCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003