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
Public Interface IRegionReadable
The IRegionReadable type exposes the following members.
Methods
| Name | Description |
---|
| ReadRegion | Decodes the specified region and returns an AtalaImage object representing the image data. |
TopSee Also