Compartilhar via


UITextField.GetSelectionRects(UITextRange) Método

Definição

Uma matriz de UITextSelectionRects que enquadra o 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[]

Parâmetros

range
UITextRange

O UITextRange para o qual os retângulos de seleção são desejados.

Retornos

Uma matriz (possivelmente vazia) do UITextSelectionRects no range.

Implementações

Atributos

Aplica-se a