MonobjcMonobjc Documented Class Library
NSWindowDepthLimit Enumeration
NamespacesMonobjc.AppKitNSWindowDepthLimit

These constants define explicit window depths that can be used with setDepthLimit:.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowDepthLimit
Public Enumeration NSWindowDepthLimit
public enum class NSWindowDepthLimit
Members
MemberDescription
NSWindowDepthTwentyfourBitRGB

Twenty four bit RGB depth limit.

Available in Mac OS X v10.6 and later.


NSWindowDepthSixtyfourBitRGB

Sixty four bit RGB depth limit.

Available in Mac OS X v10.6 and later.


NSWindowDepthOnehundredtwentyeightBitRGB

One hundred and twenty eight bit RGB depth limit.

Available in Mac OS X v10.6 and later.


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

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