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] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRaster Apply( IAgStkGraphicsRasterFilter Filter ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ Apply( IAgStkGraphicsRasterFilter ^ Filter ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRaster apply( IAgStkGraphicsRasterFilter Filter ); |
[Python - STK API ] |
|---|
def Apply(self, Filter:"IAgStkGraphicsRasterFilter") -> "IAgStkGraphicsRaster": |
- Filter
- The Raster Filter to apply.






