Click or drag to resize

PixelMemoryFactoryAllocatorObject Property

Sets or gets and object passed to the Allocator delegate.

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 Object AllocatorObject { get; set; }

Property Value

Type: Object
Remarks
This is a memento object intended to be used by the Allocator to hold private data that might be needed at allocation time. This object is not currently used in the default allocator, although it may be used in the future. Client allocators should be prepared to handle conditions when this object might have been changed to something unexpected.
See Also