UITextView.GetFirstRectForRange(UITextRange) Metodo

Definizione

Restituisce un rettangolo che racchiude la prima riga di testo nell'oggetto range (se l'intervallo specifica più righe di testo).

[Foundation.Export("firstRectForRange:")]
public virtual CoreGraphics.CGRect GetFirstRectForRange (UIKit.UITextRange range);
abstract member GetFirstRectForRange : UIKit.UITextRange -> CoreGraphics.CGRect
override this.GetFirstRectForRange : UIKit.UITextRange -> CoreGraphics.CGRect

Parametri

range
UITextRange

Intervallo di testo nel controllo .

Restituisce

Implementazioni

Attributi

Si applica a