Description
Initializes a new instance with a Raster Stream and the Raster Filter that will be applied
to each update of that stream.
Syntax
| [Visual Basic .NET] |
|---|
Public Function Initialize( _
ByVal RasterStream As IAgStkGraphicsRasterStream, _
ByVal Filter As IAgStkGraphicsRasterFilter _
) As IAgStkGraphicsFilteringRasterStream
|
Parameters
- RasterStream
- The Raster Stream that will have the Raster Filter applied on each update.
- Filter
- The Raster Filter to apply to each update of the Raster Stream.