UIAccessibility.ZoomFocusChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The type of zoom focus change.
- frame
- CGRect
The frame to zoom to.
- view
- UIView
The view containing the frame, or null.