CalculateTextSize

Shape.CalculateTextSize method

Recalcular el área de texto

public int[] CalculateTextSize()

Valor_devuelto

Tamaño del texto en una matriz (ancho y alto).

Ejemplos


[C#]
//El tamaño del área de texto es:w=tamaño[0],h=tamaño[1]
int[] size = shape.CalculateTextSize();

Ver también