View Constructor (FloatRect)

SFML.Net

View Constructor (FloatRect)
Construct 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 View(
	FloatRect viewRect
)
Public Sub New ( 
	viewRect As FloatRect
)
public:
View(
	FloatRect viewRect
)
new : 
        viewRect : FloatRect -> View

Parameters

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