Condividi tramite


UITextField.GetSelectionRects(UITextRange) Metodo

Definizione

Matrice di UITextSelectionRects che cornice l'oggetto 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[]

Parametri

range
UITextRange

Oggetto UITextRange per il quale sono desiderati i rettangoli di selezione.

Restituisce

Matrice (possibilmente vuota) di s nell'oggetto UITextSelectionRectrange.

Implementazioni

Attributi

Si applica a