Contents

VZGraphicsDisplay

A class that represents a graphics display in a VM.

Declaration

class VZGraphicsDisplay

Overview

Don’t instantiate a VZGraphicsDisplay directly. Graphics displays are first configured on a VZGraphicsDeviceConfiguration subclass. When you create a VZVirtualMachine from the configuration, the displays are available through the displays property of the configuration’s VZGraphicsDevice.

Topics

Getting the display size

Observing changes to the display configuration

Changing the display configuration

See Also

Related Documentation

Devices