Click or drag to resize

RasterCopyFromMemory Method (IntPtr, RasterAttributes)

Copies the given memory into the raster.

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 void CopyFromMemory(
	IntPtr value,
	RasterAttributes attributes
)

Parameters

value
Type: SystemIntPtr
An IntPtr to the memory that contains the raster data to copy.
attributes
Type: AGI.Foundation.Graphics.ImagingRasterAttributes
The RasterAttributes that define the raster data being copied.
See Also