Click or drag to resize

PixelMemoryLLGetPixelAccessor Method

Subclasses of PixelMemory implement this method to return a new PixelAccessor object suitable for their particular version of 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
protected abstract PixelAccessor LLGetPixelAccessor()

Return Value

Type: PixelAccessor
See Also