Click or drag to resize

ResidentPixelMemoryRerportMemoryAllocated Method

Rerports that memory was allocated.

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 void RerportMemoryAllocated(
	IntPtr p,
	long numBytes
)

Parameters

p
Type: SystemIntPtr
The p.
numBytes
Type: SystemInt64
The number bytes.
See Also