UITextField.GetSelectionRects(UITextRange) Méthode

Définition

Tableau de UITextSelectionRects qui encadrent .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[]

Paramètres

range
UITextRange

UITextRange pour lequel les rectangles de sélection sont souhaités.

Retours

Tableau (éventuellement vide) des UITextSelectionRects dans .range

Implémente

Attributs

S’applique à