Click or drag to resize

GlobalAllocPixelMemoryLLFreeMemory Method

Frees the memory occupied by this object using GlobalFree.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void LLFreeMemory(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
The pointer to free.
See Also