DrFont.GetTextWidthPoints

GetTextWidthPoints(string)

Obtient les points de largeur du texte.

public float GetTextWidthPoints(string text)
ParamètreTaperLa description
textStringTexte à calculer.

Return_Value

Renvoie la largeur

Voir également


GetTextWidthPoints(string, int, int)

Obtient les points de largeur du texte.

public float GetTextWidthPoints(string text, int startIndex, int charCount)
ParamètreTaperLa description
textStringTexte à calculer.
startIndexInt32L’indice de départ.
charCountInt32L’omble chevalier compte.

Return_Value

Renvoie la largeur

Voir également