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: 24.2.419.0 (24.2.419.0)
Syntax public 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.ImagingRasterFilter
The RasterFilter to apply.
Return Value
Type:
RasterA
Raster with the results of the filtering.
See Also