Applies a
RasterFilter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Raster Apply(
RasterFilter filter
)
Public Function Apply (
filter As RasterFilter
) As Raster
public:
Raster^ Apply(
RasterFilter^ filter
)
member Apply :
filter : RasterFilter -> Raster
Parameters
- filter
- Type: AGI.Foundation.Graphics.Imaging.RasterFilter
The RasterFilter to apply.
Return Value
Type:
RasterA
Raster with the results of the filtering.
See Also