Поделиться через


UIScrollView.GetFocusItems(CGRect) Метод

Определение

Возвращает список всех дочерних элементов фокуса в указанном прямоугольнике.

[Foundation.Export("focusItemsInRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIFocusItem[] GetFocusItems (CoreGraphics.CGRect rect);
override this.GetFocusItems : CoreGraphics.CGRect -> UIKit.IUIFocusItem[]

Параметры

rect
CGRect

Прямоугольник, элементы фокуса которого необходимо получить.

Возвращаемое значение

Список всех дочерних элементов фокуса в указанном прямоугольнике.

Реализации

Атрибуты

Применяется к