Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
Flags Property
See Also 




Gets or sets values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.

Syntax

Visual Basic (Declaration) 
Public Property Flags As ColorThresholdCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As ColorThresholdCommandComponent
Dim value As ColorThresholdCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public ColorThresholdCommandFlags Flags {get; set;}
Managed Extensions for C++ 
public: __property ColorThresholdCommandFlags get_Flags();
public: __property void set_Flags( 
   ColorThresholdCommandFlags value
);
C++/CLI 
public:
property ColorThresholdCommandFlags Flags {
   ColorThresholdCommandFlags get();
   void set (ColorThresholdCommandFlags value);
}

Return Value

Values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also