Window.Size Property

SFML.Net

WindowSize Property
Size of the rendering region of the window

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public virtual Vector2u Size { get; set; }
Public Overridable Property Size As Vector2u
	Get
	Set
public:
virtual property Vector2u Size {
	Vector2u get ();
	void set (Vector2u value);
}
abstract Size : Vector2u with get, set
override Size : Vector2u with get, set

Property Value

Type: Vector2u
See Also