Click or drag to resize

PixelMemoryFactoryAllocator Property

Sets or gets the PixelMemoryAllocator that will be used to allocate PixelMemory.

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 PixelMemoryAllocator Allocator { get; set; }

Property Value

Type: PixelMemoryAllocator
Remarks
It is not necessary to call the Allocator directly. Instead, use the Allocate method.
Examples
C#
PixelMemoryFactory.Factory.Allocator = PixelMemoryFactory.Factory.DefaultAllocator;
See Also