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] |
---|
Public Function Initialize( _ ByVal RasterStream As IAgStkGraphicsRasterStream, _ ByVal Filter As IAgStkGraphicsRasterFilter _ ) As IAgStkGraphicsFilteringRasterStream |
[C#] |
---|
public IAgStkGraphicsFilteringRasterStream Initialize( |
[Managed C++] |
---|
public: IAgStkGraphicsFilteringRasterStream^ Initialize( |
[Java] |
---|
public IAgStkGraphicsFilteringRasterStream initialize( |
[Unmanaged C++] |
---|
public: HRESULT Initialize( |
- 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.