View.Size Property

SFML.Net

ViewSize Property
Half-size of the view

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

Property Value

Type: Vector2f
See Also