public Camera(FightEngine fightengine) : base(fightengine) { m_bounds = new BoundsRect(0, 0, 0, 0); m_location = new Point(0, 0); }