CGImageSourceStatus Enum

Definition

The status of the CGImageSource loader.

public enum CGImageSourceStatus
type CGImageSourceStatus = 
Inheritance
CGImageSourceStatus

Fields

Complete 0

The image loader has completed, the full set of images is loaded.

Incomplete -1

The CGImageSource is still expecting data.

InvalidData -4

The data fed to the CGImageSource is invalid and does not represent an image that can be decoded.

ReadingHeader -2

The CGImageSource is reading the image header information.

UnexpectedEOF -5

The image loader detected a premature end-of-file condition.

UnknownType -3

The CGImageSource does not have a decoder for the image.

Applies to