Transformable.Position Property

SFML.Net

TransformablePosition Property
Position of the object

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

Property Value

Type: Vector2f
See Also