RenderTarget.DefaultView Property

SFML.Net

RenderTargetDefaultView Property
Default view of the target

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
View DefaultView { get; }
ReadOnly Property DefaultView As View
	Get
property View^ DefaultView {
	View^ get ();
}
abstract DefaultView : View with get

Property Value

Type: View
See Also