Leadtools.ImageProcessing.Core Namespace : SubtractBackgroundCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum SubtractBackgroundCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SubtractBackgroundCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SubtractBackgroundCommandFlags
[FlagsAttribute()] public enum SubtractBackgroundCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTSubtractBackgroundCommandFlags
public enum SubtractBackgroundCommandFlags
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags = function() { }; Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags.prototype = {
SubtractedImage = 0x00000000, BackgroundIsDarker = 0x00000000, BackgroundIsBrighter = 0x00000001, TheBackground = 0x00000010, };
[FlagsAttribute()] public enum class SubtractBackgroundCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.ImageProcessing.Core.SubtractBackgroundCommandFlags