View.Zoom Method

SFML.Net

ViewZoom Method
Resize the view rectangle to simulate a zoom / unzoom effect

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Zoom(
	float factor
)
Public Sub Zoom ( 
	factor As Single
)
public:
void Zoom(
	float factor
)
member Zoom : 
        factor : float32 -> unit 

Parameters

factor
Type: SystemSingle
Zoom factor to apply, relative to the current zoom
See Also