MonobjcMonobjc Documented Class Library
CGImageSourceStatus Enumeration
NamespacesMonobjc.ApplicationServicesCGImageSourceStatus

Status states for images and image sources.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGImageSourceStatus
Public Enumeration CGImageSourceStatus
public enum class CGImageSourceStatus
Members
MemberDescription
kCGImageStatusUnexpectedEOF

The end of the file was encountered unexpectedly.

Available in Mac OS X v10.4 and later.


kCGImageStatusInvalidData

The data is not valid.

Available in Mac OS X v10.4 and later.


kCGImageStatusUnknownType

The image is an unknown type.

Available in Mac OS X v10.4 and later.


kCGImageStatusReadingHeader

In the process of reading the header.

Available in Mac OS X v10.4 and later.


kCGImageStatusIncomplete

The operation is not complete

Available in Mac OS X v10.4 and later.


kCGImageStatusComplete

The operation is complete.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)