LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Flags Property (ColorThresholdCommandComponent)






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. .NET support WinRT support Silverlight support
Syntax
public ColorThresholdCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ColorThresholdCommandFlags
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As ColorThresholdCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ColorThresholdCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
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
Refer to ColorThresholdCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.