UIKit.UIScreen: Method Members

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

Public Methods

Capture() : UIImage
Captures a screenshot of the entire screen.
CreateDisplayLink(Action) : CoreAnimation.CADisplayLink
Registers a method to be invoked whenever the display screen needs to be updated.
CreateDisplayLink(Foundation.NSObject, ObjCRuntime.Selector) : CoreAnimation.CADisplayLink
Old-style registeration of a method to be invoked whenever the display screen needs to be updated.
SnapshotView(bool) : UIView
Creates a snapshot of the current screen's contents.
TraitCollectionDidChange(UITraitCollection)
Method invoked when the trait collection for the view controller changed.

Protected Methods

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