Transformable.Scale Property

SFML.Net

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

Property Value

Type: Vector2f
See Also