UITextView.GetCaretRectForPosition(UITextPosition) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode retourne un rectangle qui peut être utilisé pour dessiner le caret d’insertion.
[Foundation.Export("caretRectForPosition:")]
public virtual CoreGraphics.CGRect GetCaretRectForPosition (UIKit.UITextPosition position);
abstract member GetCaretRectForPosition : UIKit.UITextPosition -> CoreGraphics.CGRect
override this.GetCaretRectForPosition : UIKit.UITextPosition -> CoreGraphics.CGRect
Paramètres
- position
- UITextPosition
Emplacement dans le document où dessiner un rectangle.
Retours
Implémente
- Attributs