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