Visual Basic (Declaration) | |
---|---|
Public Property Channel As RasterColorChannel |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColorChannel Channel {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterColorChannel get_Channel(); public: __property void set_Channel( RasterColorChannel value ); |
C++/CLI | |
---|---|
public: property RasterColorChannel Channel { RasterColorChannel get(); void set (RasterColorChannel value); } |
Return Value
The channel for which to get the information. This value is ignored if the image is 12 or 16-bit grayscale.Refer to StatisticsInformationCommand example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family