UIAccessibility.ZoomFocusChanged Method

Definition

Notifies the accessibility system that the zoom focus has changed.

public static void ZoomFocusChanged(UIKit.UIAccessibilityZoomType type, CoreGraphics.CGRect frame, UIKit.UIView view);
public static void ZoomFocusChanged(UIKit.UIAccessibilityZoomType type, CoreGraphics.CGRect frame, UIKit.UIView? view);
static member ZoomFocusChanged : UIKit.UIAccessibilityZoomType * CoreGraphics.CGRect * UIKit.UIView -> unit

Parameters

type
UIAccessibilityZoomType

The type of zoom focus change.

frame
CGRect

The frame to zoom to.

view
UIView

The view containing the frame, or null.

Applies to