public LNNode(RectBox rect) : this(null, rect.X(), rect.Y(), rect.width, rect.height) { }
public LNNode(SpriteBatchScreen screen, RectBox rect) : this(screen, rect.X(), rect.Y(), rect.width, rect.height) { }
public int GetY() { return(bounds.Y()); }