Click or drag to resize
DigitalRuneIAnimationValueTraitsTInvert Method
Gets the inverse of an animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void Invert(
	ref T value,
	ref T inverse
)

Parameters

value
Type: T
In: The animation value.
inverse
Type: T
Out: The inverse of value.
See Also