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
static | AppearanceWhenContainedIn(params Type[])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)Converts a PointF from the coordinate system of a given window into this UIWindow's coordinate system. | ||
ConvertPointToWindow(UIWindow, CoreGraphics.CGPoint)Converts a PointF from the coordinate system of this UIWindow into the coordinate system of another UIWindow. | ||
ConvertRectFromWindow(UIWindow, CoreGraphics.CGRect)Converts a RectangleF from the coordinate system of another window into the coordinate system of this UIWindow. | ||
ConvertRectToWindow(UIWindow, CoreGraphics.CGRect)Converts a RectangleF from the coordinate system of this UIWindow into the coordinate system of another UIWindow. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])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. | ||