Click or drag to resize

IArrayScanline Interface

An interface applied to PixelMemory objects that represent their image in an array.

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 IArrayScanline

The IArrayScanline type exposes the following members.

Methods
  NameDescription
Public methodLLReadFromScanline
Reads a subsection from a scanline.
Public methodLLWriteToScanline
Writes an a subsection of an array into a scanline.
Top
See Also