コード例 #1
0
 public static void ZoomFocusChanged(UIAccessibilityZoomType type, CGRect frame, UIView view)
 {
     UIAccessibilityZoomFocusChanged ((IntPtr) type, frame, view != null ? view.Handle : IntPtr.Zero);
 }
コード例 #2
0
 public static void ZoomFocusChanged(UIAccessibilityZoomType type, CGRect frame, UIView view)
 {
     UIAccessibilityZoomFocusChanged((IntPtr)type, frame, view != null ? view.Handle : IntPtr.Zero);
 }