UITextField.TextRect(CGRect) 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 le rectangle calculé pour dessiner le texte.
[Foundation.Export("textRectForBounds:")]
public virtual CoreGraphics.CGRect TextRect (CoreGraphics.CGRect forBounds);
abstract member TextRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.TextRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
Paramètres
- forBounds
- CGRect
Rectangle englobant.
Retours
- Attributs
Remarques
N'appelez pas cette méthode directement. Il existe pour fournir des personnalisations en sous-classe UITextField.