Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
SubtractBackgroundCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.Core Namespace : SubtractBackgroundCommandBitmapEffectsFlags Enumeration





Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SubtractBackgroundCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SubtractBackgroundCommandBitmapEffectsFlags
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 .../>

Members

MemberDescription
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.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that represent whether the background is darker than the foregroundBackgroundIsDarker, BackgroundIsBrighter
Flags that represent whether to show the objects without a backgroundSubtractedImage, TheBackground

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Core.SubtractBackgroundCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also