View Constructor (View)

SFML.Net

View Constructor (View)
Construct the view from another view

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public View(
	View copy
)
Public Sub New ( 
	copy As View
)
public:
View(
	View^ copy
)
new : 
        copy : View -> View

Parameters

copy
Type: SFML.GraphicsView
View to copy
See Also