Exemplo n.º 1
0
 public static void ZoomFocusChanged(UIAccessibilityZoomType type, CGRect frame, UIView view)
 {
     UIAccessibilityZoomFocusChanged ((IntPtr) type, frame, view != null ? view.Handle : IntPtr.Zero);
 }
Exemplo n.º 2
0
 public static void ZoomFocusChanged(UIAccessibilityZoomType type, CGRect frame, UIView view)
 {
     UIAccessibilityZoomFocusChanged((IntPtr)type, frame, view != null ? view.Handle : IntPtr.Zero);
 }