Raster Constructor (IntPtr, RasterAttributes) |
Initializes a raster from memory.
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(
IntPtr value,
RasterAttributes attributes
)
Public Sub New (
value As IntPtr,
attributes As RasterAttributes
)
public:
Raster(
IntPtr value,
RasterAttributes^ attributes
)
new :
value : IntPtr *
attributes : RasterAttributes -> Raster
Parameters
- value
- Type: SystemIntPtr
An IntPtr to the memory that contains the raster data. - attributes
- Type: AGI.Foundation.Graphics.ImagingRasterAttributes
The RasterAttributes that define the raster.
See Also