I would like to have the above mentioned methods.
It does not look good if i have to write something like this:
sf::Vector2i Coord=sf::Vector2i(myView.getCenter().x-myView.getSize().x/2,myView.getCenter().y-myView.getSize().y/2);
everytime i need to set or get the Top-Left Coordinates