Beispiel #1
0
 public renderingInfo(string text, Rectangle location, renderState state) { Text = text; Rectangle = location; State = state; }
Beispiel #2
0
 public renderingInfo(string text, Rectangle location, renderState state)
 {
     Text = text; Rectangle = location; State = state;
 }