The methods of UIKit.UIScreen are listed below. For a list of all members, see the UIScreen Members list.
See Also: Inherited members from Foundation.NSObject
Capture()Captures a screenshot of the entire screen. | ||
CreateDisplayLink(Action)Registers a method to be invoked whenever the display screen needs to be updated. | ||
CreateDisplayLink(Foundation.NSObject, ObjCRuntime.Selector)Old-style registeration of a method to be invoked whenever the display screen needs to be updated. | ||
SnapshotView(bool)Creates a snapshot of the current screen's contents. | ||
TraitCollectionDidChange(UITraitCollection)Method invoked when the trait collection for the view controller changed. | ||