The following constants and the related data type represent a window’s possible backing locations.
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public enum NSWindowBackingLocation
Public Enumeration NSWindowBackingLocation
public enum class NSWindowBackingLocation

Member | Description |
---|---|
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. |

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