RasterApplyInPlace Method |
Applies a
RasterFilter to the raster. The current raster will contain the results of the filtering.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic void ApplyInPlace(
RasterFilter filter
)
Public Sub ApplyInPlace (
filter As RasterFilter
)
public:
void ApplyInPlace(
RasterFilter^ filter
)
member ApplyInPlace :
filter : RasterFilter -> unit
Parameters
- filter
- Type: AGI.Foundation.Graphics.ImagingRasterFilter
The RasterFilter to apply.
See Also