Raster.CopyFromMemory 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void CopyFromMemory(
IntPtr value,
RasterAttributes attributes
)
Public Sub CopyFromMemory (
value As IntPtr,
attributes As RasterAttributes
)
public:
void CopyFromMemory(
IntPtr value,
RasterAttributes^ attributes
)
member CopyFromMemory :
value : IntPtr *
attributes : RasterAttributes -> unit
Parameters
- value
- Type: System.IntPtr
An IntPtr to the memory that contains the raster data to copy. - attributes
- Type: AGI.Foundation.Graphics.Imaging.RasterAttributes
The RasterAttributes that define the raster data being copied.
See Also