View.Viewport Property

SFML.Net

ViewViewport Property
Target viewport of the view, defined as a factor of the size of the target to which the view is applied

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public FloatRect Viewport { get; set; }
Public Property Viewport As FloatRect
	Get
	Set
public:
property FloatRect Viewport {
	FloatRect get ();
	void set (FloatRect value);
}
member Viewport : FloatRect with get, set

Property Value

Type: FloatRect
See Also