DrFont.GetTextWidthPoints

GetTextWidthPoints(string)

Obtiene los puntos de ancho del texto.

public float GetTextWidthPoints(string text)
ParámetroEscribeDescripción
textStringEl texto a calcular.

Valor_devuelto

Ancho de retorno

Ver también


GetTextWidthPoints(string, int, int)

Obtiene los puntos de ancho del texto.

public float GetTextWidthPoints(string text, int startIndex, int charCount)
ParámetroEscribeDescripción
textStringEl texto a calcular.
startIndexInt32El índice de inicio.
charCountInt32El recuento de caracteres.

Valor_devuelto

Ancho de retorno

Ver también