Click or drag to resize

ManagedPixelMemoryIsContiguous Property

Indicates whether or not the memory is contiguous.

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 bool IsContiguous { get; }

Property Value

Type: Boolean
Returns true.

Implements

IDirectScanlineAccessIsContiguous
Remarks
Presently, ManagedPixelMemory is contiguous, but this may change in the future.
See Also