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