LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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;}
C++/CLI 
public:
property ColorThresholdCommandFlags Flags {
   ColorThresholdCommandFlags get();
   void set (    ColorThresholdCommandFlags value);
}

Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also