MonoTouch.ImageIO.CGImageSourceStatus Enumeration
The status of the CGImageSource loader.

Syntax

public enum CGImageSourceStatus

Remarks

Members

Member NameDescription
CompleteThe image loader has completed, the full set of images is loaded.
IncompleteThe CGImageSource is still expecting data.
InvalidDataThe data fed to the CGImageSource is invalid and does not represent an image that can be decoded.
ReadingHeaderThe CGImageSource is reading the image header information.
UnexpectedEOFThe image loader detected a premature end-of-file condition.
UnknownTypeThe CGImageSource does not have a decoder for the image.

Requirements

Namespace: MonoTouch.ImageIO
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0