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: 24.2.419.0 (24.2.419.0)
Syntax public 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