Raster.ApplyInPlace 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: 25.1.421.0 (25.1.421.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.Imaging.RasterFilter
The RasterFilter to apply.
See Also