Click or drag to resize

PixelMemoryDispose Method (Boolean)

Disposes this PixelMemory and all its managed and unmanaged resources.

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 virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
If disposing is true, PixelMemory will dispose its managed resources and its unmanaged resources. If disposing is false, PixelMemory will dispose only its unmanaged resources.
See Also