MonobjcMonobjc Documented Class Library
NSWindowBackingLocation Enumeration
NamespacesMonobjc.AppKitNSWindowBackingLocation

The following constants and the related data type represent a window’s possible backing locations.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowBackingLocation
Public Enumeration NSWindowBackingLocation
public enum class NSWindowBackingLocation
Members
MemberDescription
NSWindowBackingLocationDefault

Determined by the operating system.

Available in Mac OS X v10.5 and later.


NSWindowBackingLocationVideoMemory

Video memory.

Available in Mac OS X v10.5 and later.


NSWindowBackingLocationMainMemory

Physical memory.

Available in Mac OS X v10.5 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)