MonobjcMonobjc Documented Class Library
kCIInputIgnoreImageOrientationKey Field
NamespacesMonobjc.QuartzCoreCIFilterkCIInputIgnoreImageOrientationKey

A key for specifying whether to ignore the image orientation. The associated value is a Boolean value packaged as an NSNumber object. The default value is NO. An image is usually loaded in its proper orientation, as long as the associated metadata records its orientation. For special purposes you might want to load the image in its physical orientation. The exact meaning of "physical orientation” is dependent on the specific image.

Available in Mac OS X v10.5 and later.

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