Contents

CGDisplayCount

The number of displays in various lists.

Declaration

typealias CGDisplayCount = UInt32

Discussion

Quartz uses CGDisplayCount to represent a count of either the current or the maximum number of displays in a display list. For example, see the function CGGetActiveDisplayList(_:_:_:).

See Also

Data Types