Applies a Raster
Filter to the raster and returns a new raster with the results
of the filtering. The current raster is not modified.
[Visual Basic .NET] |
---|
Public Function Apply( _
ByVal Filter As IAgStkGraphicsRasterFilter _
) As IAgStkGraphicsRaster
|
[C#] |
---|
public IAgStkGraphicsRaster Apply(
|
[Managed C++] |
---|
public: IAgStkGraphicsRaster^ Apply(
|
[Java] |
---|
public IAgStkGraphicsRaster apply(
|
[Unmanaged C++] |
---|
public: HRESULT Apply(
|
- Filter
- The Raster Filter to apply.