UIKit.UIWindow: Method Members

The methods of UIKit.UIWindow are listed below. For a list of all members, see the UIWindow Members list.

See Also: Inherited members from UIKit.UIView

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIWindow.UIWindowAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
BecomeKeyWindow()
Application developers should not call this method, which is called by the system when the UIWindow become the key window.
ConvertPointFromWindow(UIWindow, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Converts a PointF from the coordinate system of a given window into this UIWindow's coordinate system.
ConvertPointToWindow(UIWindow, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Converts a PointF from the coordinate system of this UIWindow into the coordinate system of another UIWindow.
ConvertRectFromWindow(UIWindow, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts a RectangleF from the coordinate system of another window into the coordinate system of this UIWindow.
ConvertRectToWindow(UIWindow, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts a RectangleF from the coordinate system of this UIWindow into the coordinate system of another UIWindow.
static
GetAppearance<T>() : UIWindow.UIWindowAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIWindow.UIWindowAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIWindow.UIWindowAppearance
Documentation for this section has not yet been entered.
MakeKeyAndVisible()
Makes this UIWindow the key window for the application and makes it visible. (Often the last method called from UIApplicationDelegate.FinishedLaunching.)
MakeKeyWindow()
Makes this UIWindow the key window.
ResignKeyWindow()
App developers must not call this method, which is called by the system when the UIWindow resigns its status as key window.
SendEvent(UIEvent)
Sends the specified event, sent by the UIApplication object, to this UIWindow's views.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIWindow object.