Description
Gets whether the raster contains the given
band.
Syntax
| [Visual Basic .NET] |
|---|
Public Function HasBand( _
ByVal Band As AgEStkGraphicsRasterBand _
) As Boolean
|
Parameters
- Band
-
The RasterBand to test.Member Value Description eStkGraphicsRasterBandRed 0 A band containing red values. eStkGraphicsRasterBandGreen 1 A band containing green values. eStkGraphicsRasterBandBlue 2 A band containing blue values. eStkGraphicsRasterBandAlpha 3 A band containing alpha values. eStkGraphicsRasterBandLuminance 4 A band containing luminance values.