Click or drag to resize
DigitalRuneRenderTransformFromRenderDirection Method
Transforms a direction by the inverse of this render transformation.

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 Vector2F FromRenderDirection(
	Vector2F direction
)

Parameters

direction
Type: DigitalRune.Mathematics.AlgebraVector2F
The transformed direction.

Return Value

Type: Vector2F
The direction.
See Also