Raster Constructor (Raster) |
Initializes a raster from another raster.
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 Raster(
Raster raster
)
Public Sub New (
raster As Raster
)
public:
Raster(
Raster^ raster
)
new :
raster : Raster -> Raster
Parameters
- raster
- Type: AGI.Foundation.Graphics.ImagingRaster
The Raster to create the raster from.
See Also