View.Reset Method

SFML.Net

ViewReset Method
Rebuild the view from a rectangle

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

Parameters

rectangle
Type: SFML.GraphicsFloatRect
Rectangle defining the position and size of the view
See Also