Raster Constructor (Byte[], RasterAttributes) |
Initializes a raster from memory.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Raster(
byte[] value,
RasterAttributes attributes
)
Public Sub New (
value As Byte(),
attributes As RasterAttributes
)
public:
Raster(
array<unsigned char>^ value,
RasterAttributes^ attributes
)
new :
value : byte[] *
attributes : RasterAttributes -> Raster
Parameters
- value
- Type:System.Byte[]
The byte array that contains the raster data. - attributes
- Type: AGI.Foundation.Graphics.Imaging.RasterAttributes
The RasterAttributes that define the raster.
See Also