Click or drag to resize

Raster Constructor (Raster)

Initializes a raster from another raster.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax
public Raster(
	Raster raster
)

Parameters

raster
Type: AGI.Foundation.Graphics.ImagingRaster
The Raster to create the raster from.
See Also