Click or drag to resize

PixelMemoryThrowOnNonContiguous Method (PixelMemory)

This is a utility method to throw an exception if a PixelMemory object is not represented by a single contiguous block of 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 static void ThrowOnNonContiguous(
	PixelMemory pm
)

Parameters

pm
Type: Atalasoft.Imaging.MemoryPixelMemory
A pixel memory object.
See Also