Click or drag to resize

IDirectScanlineAccess Interface

This interface is used for defining flavors of PixelMemory that allow direct access to scanlines.

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 interface IDirectScanlineAccess

The IDirectScanlineAccess type exposes the following members.

Properties
  NameDescription
Public propertyIsContiguous
Indicates whether or not the PixelMemory is contiguous in memory.
Top
Methods
  NameDescription
Public methodGetScanLinePtr
Returns an IntPtr to the ith scanline in an image.
Top
See Also