AGI STK Graphics 11 Send comments on this topic.
ApplyInPlace Method (IAgStkGraphicsRaster)
See Also 
Filter
The Raster Filter to apply.





Description

Applies a Raster Filter to the raster. The current raster will contain the results of the filtering.

Syntax

[Visual Basic .NET]
Public Sub ApplyInPlace( _
   ByVal Filter As IAgStkGraphicsRasterFilter _
) 

[C#]
public void ApplyInPlace(
IAgStkGraphicsRasterFilter Filter
);

[Managed C++]
public: void ApplyInPlace(
IAgStkGraphicsRasterFilter ^ Filter
);

[Java]
public  applyInPlace(
IAgStkGraphicsRasterFilter Filter
);

[Unmanaged C++]
public: HRESULT ApplyInPlace(
IAgStkGraphicsRasterFilter * Filter
);

Parameters

Filter
The Raster Filter to apply.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1