Click or drag to resize

FilteringRasterStream Constructor

Initializes a new instance with a RasterStream and the RasterFilter that will be applied to each update of that stream.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FilteringRasterStream(
	RasterStream rasterStream,
	RasterFilter filter
)

Parameters

rasterStream
Type: AGI.Foundation.Graphics.ImagingRasterStream
The RasterStream that will have the RasterFilter applied on each update.
filter
Type: AGI.Foundation.Graphics.ImagingRasterFilter
The RasterFilter to apply to each update of the RasterStream.
See Also