View.Center Property

SFML.Net

ViewCenter Property
Center 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 Center { get; set; }
Public Property Center As Vector2f
	Get
	Set
public:
property Vector2f Center {
	Vector2f get ();
	void set (Vector2f value);
}
member Center : Vector2f with get, set

Property Value

Type: Vector2f
See Also