MonobjcMonobjc Documented Class Library
kCGImagePropertyOrientation Field
NamespacesMonobjc.ApplicationServicesCGImagePropertieskCGImagePropertyOrientation

The intended display orientation of the image. If present, this key is a CFNumber value with the same value as defined by the TIFF and EXIF specifications. The value specifies where the origin (0,0) of the image is located, as shown in Table 1. If not present, a value of 1 is assumed.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCGImagePropertyOrientation
Public Shared ReadOnly kCGImagePropertyOrientation As NSString
public:
static initonly NSString^ kCGImagePropertyOrientation
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)