See Also: VirtualDisplay Members
Represents a virtual display. The content of a virtual display is rendered to a Android.Views.Surface that you must provide to DisplayManager.CreateVirtualDisplay(string, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32).
Because a virtual display renders to a surface provided by the application, it will be released automatically when the process terminates and all remaining windows on it will be forcibly removed. However, you should also explicitly call VirtualDisplay.Release when you're done with it.