Click or drag to resize

RasterCopyFromRaster Method

Copies the data associated with the given Raster into this raster.

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 void CopyFromRaster(
	Raster raster
)

Parameters

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