Beispiel #1
0
 /// <summary>
 /// Updates the state of the control as a root control.
 /// </summary>
 public void Update(GUIContext Context, double Time)
 {
     this.Update(Context.CreateRootControlContext(this, new Point(0.0, 0.0)), Time);
 }