The status of the CGImageSource loader.
Syntax
public enum CGImageSourceStatus
Remarks
Members
| Member Name | Description |
|---|
| Complete | The image loader has completed, the full set of images is loaded. |
| Incomplete | The CGImageSource is still expecting data. |
| InvalidData | The data fed to the CGImageSource is invalid and does not represent an image that can be decoded. |
| The CGImageSource is reading the image header information. |
| UnexpectedEOF | The image loader detected a premature end-of-file condition. |
| UnknownType | The CGImageSource does not have a decoder for the image. |
Requirements
Namespace: ImageIO
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0