Click or drag to resize

IRegionReadable Interface

This interface is applied to ImageDecoders to enable them to read a specified region of the image without decoding the entire image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IRegionReadable

The IRegionReadable type exposes the following members.

Methods
  NameDescription
Public methodReadRegion
Decodes the specified region and returns an AtalaImage object representing the image data.
Top
See Also