My first question is if C++:
pTexture.getSize().x
equals C# (because this is no result for me using this):
pTexture.Size().X
Second question is about C++ code (how to write in SFML.net this line).
pImage.move(0,-1)
pImage is Sprite and pTexture is Texture of course.