Documentation for this section has not yet been entered.
Returns the Android.Views.Display upon which this Android.Views.IWindowManager instance will create new windows.
Despite the name of this method, the display that is returned is not necessarily the primary display of the system (see Display.DefaultDisplay). The returned display could instead be a secondary display that this window manager instance is managing. Think of it as the display that this Android.Views.IWindowManager instance uses by default.
To create windows on a different display, you need to obtain a Android.Views.IWindowManager for that Android.Views.Display. (See the Android.Views.IWindowManager class documentation for more information.)