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(
|
| [Managed C++] |
|---|
public: void ApplyInPlace(
|
| [Java] |
|---|
public applyInPlace(
|
| [Unmanaged C++] |
|---|
public: HRESULT ApplyInPlace(
|
- Filter
- The Raster Filter to apply.