UITextField.GetSelectionRects(UITextRange) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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