Click or drag to resize

Raster Constructor (Byte, RasterAttributes)

Initializes a raster from memory.

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 Raster(
	byte[] value,
	RasterAttributes attributes
)

Parameters

value
Type: SystemByte
The byte array that contains the raster data.
attributes
Type: AGI.Foundation.Graphics.ImagingRasterAttributes
The RasterAttributes that define the raster.
See Also