Applies a Raster Filter to the raster. The current raster will contain the results of the filtering.
[Visual Basic .NET] |
---|
Public Sub ApplyInPlace( _ ByVal Filter As IAgStkGraphicsRasterFilter _ ) |
[C#] |
---|
public void ApplyInPlace( IAgStkGraphicsRasterFilter Filter ); |
[Managed C++] |
---|
public: void ApplyInPlace( IAgStkGraphicsRasterFilter ^ Filter ); |
[Unmanaged C++] |
---|
public: HRESULT ApplyInPlace( IAgStkGraphicsRasterFilter * Filter ); |
[Java] |
---|
public void applyInPlace( IAgStkGraphicsRasterFilter Filter ); |
[Python - STK API ] |
---|
def ApplyInPlace(self, Filter:"IAgStkGraphicsRasterFilter") -> None: |
- Filter
- The Raster Filter to apply.