View.Move Method

SFML.Net

ViewMove Method
Move the view

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Move(
	Vector2f offset
)
Public Sub Move ( 
	offset As Vector2f
)
public:
void Move(
	Vector2f offset
)
member Move : 
        offset : Vector2f -> unit 

Parameters

offset
Type: SFML.SystemVector2f
Offset to move the view
See Also