Click or drag to resize

PixelMemoryFactoryAllocate Method

Allocates a new PixelMemory object using the supplied parameters.

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 PixelMemory Allocate(
	PixelMemoryFactoryParameters factoryParameters
)

Parameters

factoryParameters
Type: Atalasoft.Imaging.MemoryPixelMemoryFactoryParameters
The parameters used to control how the PixelMemory object will be allocated.

Return Value

Type: PixelMemory
Remarks
Allocate will use the Allocator property to perform the actual allocation. When the Allocator is invoked, it will be passed the AllocatorObject.
See Also