Ejemplo n.º 1
0
 public renderingInfo(string text, Rectangle location, renderState state) { Text = text; Rectangle = location; State = state; }
Ejemplo n.º 2
0
 public renderingInfo(string text, Rectangle location, renderState state)
 {
     Text = text; Rectangle = location; State = state;
 }