Contents

deviceDescription

A dictionary containing information about the window’s resolution, such as color, depth, and so on.

Declaration

var deviceDescription: [NSDeviceDescriptionKey : Any] { get }

Discussion

This information is useful for tuning images and colors to the window’s display capabilities. The contents of the dictionary are described in Display Device—Descriptions.

See Also

Related Documentation

Accessing Window Information