RenderTarget.GetView Method

SFML.Net

RenderTargetGetView Method
Return the current active view

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
View GetView()
Function GetView As View
View^ GetView()
abstract GetView : unit -> View 

Return Value

Type: View
The current view
See Also