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


UITextField.GetSelectionRects(UITextRange) Метод

Определение

Массив объектов UITextSelectionRect, которые обрамляют rangeобъект .

[Foundation.Export("selectionRectsForRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextSelectionRect[] GetSelectionRects (UIKit.UITextRange range);
abstract member GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]
override this.GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]

Параметры

range
UITextRange

Объект , UITextRange для которого нужны прямоугольники выделения.

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

Массив (возможно, пустой) объектов в UITextSelectionRect.range

Реализации

Атрибуты

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