Beispiel #1
0
 protected override void DoDraw(DrawingHandleScreen handle, UIBox2 box)
 {
     handle.DrawRect(box, BackgroundColor);
 }
Beispiel #2
0
 protected override void DoDraw(DrawingHandleScreen handle, UIBox2 box)
 {
     // It's empty what more do you want?
 }