Description
Initializes a new instance with the Raster Band to be extracted
from the source raster.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithBand( _
ByVal RasterBand As AgEStkGraphicsRasterBand _
) As IAgStkGraphicsBandExtractFilter
|
Parameters
- RasterBand
-
The Raster Band to be extracted from the source raster.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.