Esempio n. 1
0
 public LNNode(RectBox rect) : this(null, rect.X(), rect.Y(), rect.width, rect.height)
 {
 }
Esempio n. 2
0
 public LNNode(SpriteBatchScreen screen, RectBox rect) : this(screen, rect.X(), rect.Y(), rect.width, rect.height)
 {
 }
Esempio n. 3
0
 public int GetX()
 {
     return(bounds.X());
 }