LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Channel Property (IntensityDetectCommand)

Show in webframe







Gets or sets a flag that indicates the channel to process.
Syntax
public IntensityDetectCommandFlags Channel {get; set;}
'Declaration
 
Public Property Channel As IntensityDetectCommandFlags
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As IntensityDetectCommandFlags
 
instance.Channel = value
 
value = instance.Channel
public IntensityDetectCommandFlags Channel {get; set;}
@property (nonatomic, assign) LTIntensityDetectCommandFlags channel;
public int getChannel()
public void setChannel(int value)
            
 
get_Channel();
set_Channel(value);
Object.defineProperty('Channel');
public:
property IntensityDetectCommandFlags Channel {
   IntensityDetectCommandFlags get();
   void set (    IntensityDetectCommandFlags value);
}

Property Value

Value that indicates the channel to process.
Example
Refer to IntensityDetectCommand.
Requirements

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.