UITextField.TextRect(CGRect) Méthode

Définition

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.

S’applique à