Transform.Translate Method (Vector2f)

SFML.Net

TransformTranslate Method (Vector2f)
Combine the current transform with a translation.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Translate(
	Vector2f offset
)
Public Sub Translate ( 
	offset As Vector2f
)
public:
void Translate(
	Vector2f offset
)
member Translate : 
        offset : Vector2f -> unit 

Parameters

offset
Type: SFML.SystemVector2f
Translation offset to apply
See Also