Partager via


UIFont.WithSize(nfloat) Méthode

Définition

Retourne une nouvelle police basée sur la police actuelle, avec la nouvelle taille spécifiée.

public virtual UIKit.UIFont WithSize (nfloat size);
abstract member WithSize : nfloat -> UIKit.UIFont
override this.WithSize : nfloat -> UIKit.UIFont

Paramètres

size
nfloat

Nouvelle taille de police (en points).

Retours

Nouvelle police à la taille spécifiée.

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à