Ejemplo n.º 1
0
 void UpdateSize()
 {
     _size = _font.measureString(_text);
     UpdateCentering();
 }