Initializes a new instance with a Raster Stream and the Raster Filter that will be applied to each update of that stream.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsFilteringRasterStream Initialize( IAgStkGraphicsRasterStream RasterStream, IAgStkGraphicsRasterFilter Filter ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsFilteringRasterStream^ Initialize( IAgStkGraphicsRasterStream ^ RasterStream, IAgStkGraphicsRasterFilter ^ Filter ); |
| [Java] |
|---|
public IAgStkGraphicsFilteringRasterStream initialize( IAgStkGraphicsRasterStream RasterStream, IAgStkGraphicsRasterFilter Filter ); |
| [Unmanaged C++] |
|---|
|
- 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.





