Compartir a través de


UITextField.GetSelectionRects(UITextRange) Método

Definición

Matriz de UITextSelectionRects que enmarcan el rangeobjeto .

[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[]

Parámetros

range
UITextRange

para UITextRange el que se desean los rectángulos de selección.

Devoluciones

Matriz (posiblemente vacía) de los UITextSelectionRects en .range

Implementaciones

Atributos

Se aplica a