Esempio n. 1
0
 /// <summary>
 /// Updates the Bounds of the UIControl.
 /// </summary>
 internal void UpdateBounds()
 {
     Bounds = new UIBounds((int) Position.X, (int) Position.Y, Size.Width, Size.Height);
 }
Esempio n. 2
0
 /// <summary>
 /// Updates the Bounds of the UIControl.
 /// </summary>
 internal void UpdateBounds()
 {
     Bounds = new UIBounds((int)Position.X, (int)Position.Y, Size.Width, Size.Height);
 }