UIKit.UIAccessibility: Method Members

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

See Also: Inherited members from System.Object

Public Methods

static
ConvertFrameToScreenCoordinates(UIView, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts from view coordinates to screen coordinates.
static
ConvertPathToScreenCoordinates(UIBezierPath, UIView) : UIBezierPath
Converts the path to screen coordinates and returns a new path using those values.
static
PostNotification(int, Foundation.NSObject)
Posts an accessibility notification.
static
PostNotification(UIAccessibilityPostNotification, Foundation.NSObject)
Posts an accessibility notification.
static
RegisterGestureConflictWithZoom()
Used to inform the user that the accessibility zoom gesture conflicts with a gesture used by this application.
static
RequestGuidedAccessSession(bool, Action<bool>)
Requests that the system to enter Guided Access mode.
static
RequestGuidedAccessSessionAsync(bool) : System.Threading.Tasks.Task<bool>
Asynchronously requests a transition between normal and Single App modes.
static
ZoomFocusChanged(UIAccessibilityZoomType, UIView, CoreGraphics.CGRect)
Notifies the accessibility system of a new area of interest.