Click or drag to resize

PixelMemoryAllocator Delegate

This delegate is used to define a method to allocate pixel memory.

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 delegate PixelMemory PixelMemoryAllocator(
	PixelMemoryFactoryParameters factoryParameters,
	Object o
)

Parameters

factoryParameters
Type: Atalasoft.Imaging.MemoryPixelMemoryFactoryParameters
The parameters used to control how the PixelMemory object will be allocated.
o
Type: SystemObject
A user supplied object to control memory allocation.

Return Value

Type: PixelMemory
See Also