LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Channel Property (StatisticsInformationCommand)

Show in webframe







Gets or sets the channel for which to get the information.
Syntax
public RasterColorChannel Channel {get; set;}
'Declaration
 
Public Property Channel As RasterColorChannel
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As RasterColorChannel
 
instance.Channel = value
 
value = instance.Channel
public RasterColorChannel Channel {get; set;}
@property (nonatomic, assign) LTRasterColorChannel channel;
public RasterColorChannel getChannel()
public void setChannel(RasterColorChannel value)
             
 
get_Channel();
set_Channel(value);
Object.defineProperty('Channel');
public:
property RasterColorChannel Channel {
   RasterColorChannel get();
   void set (    RasterColorChannel value);
}

Property Value

The channel for which to get the information. This value is ignored if the image is 12 or 16-bit grayscale.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

 

 


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