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

Channel Property (HistogramCommand)






Gets or sets a flag that indicates the channel for which to get the histogram and the bits to use in calculating the histogram. .NET support WinRT support Silverlight support
Syntax
public HistogramCommandFlags Channel {get; set;}
'Declaration
 
Public Property Channel As HistogramCommandFlags
'Usage
 
Dim instance As HistogramCommand
Dim value As HistogramCommandFlags
 
instance.Channel = value
 
value = instance.Channel
public HistogramCommandFlags Channel {get; set;}
 get_Channel();
set_Channel(value);
public:
property HistogramCommandFlags Channel {
   HistogramCommandFlags get();
   void set (    HistogramCommandFlags value);
}

Property Value

Value that indicates the channel for which to get the histogram and the bits to use in calculating the histogram.
Example
Refer to HistogramCommand.
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

HistogramCommand Class
HistogramCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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