Raster.CopyFromRaster 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void CopyFromRaster(
Raster raster
)
Public Sub CopyFromRaster (
raster As Raster
)
public:
void CopyFromRaster(
Raster^ raster
)
member CopyFromRaster :
raster : Raster -> unit
Parameters
- raster
- Type: AGI.Foundation.Graphics.Imaging.Raster
The Raster to copy from.
See Also