Click or drag to resize

PixelMemoryDisposed Property

Indicates whether or the PixelMemory has been disposed.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Disposed { get; }

Property Value

Type: Boolean
Returns true if the PixelMemory has been disposed and is no longer valid.
See Also