Click or drag to resize
DigitalRuneRenderTransform Constructor (Vector2F, Vector2F, Single, Vector2F)
Initializes a new instance of the RenderTransform struct.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public RenderTransform(
	Vector2F origin,
	Vector2F scale,
	float rotation,
	Vector2F translation
)

Parameters

origin
Type: DigitalRune.Mathematics.AlgebraVector2F
The origin of the transformations in screen coordinates.
scale
Type: DigitalRune.Mathematics.AlgebraVector2F
The scale factors.
rotation
Type: SystemSingle
The rotation angle in radians.
translation
Type: DigitalRune.Mathematics.AlgebraVector2F
The translation vector.
See Also