Version

AnimateTranslateTransform Method

Animates a translate transform
Syntax
'Declaration
 
Public Shared Sub AnimateTranslateTransform( _
   ByVal translateTransform As TranslateTransform, _
   ByVal fromX As Double, _
   ByVal toX As Double, _
   ByVal fromY As Double, _
   ByVal toY As Double, _
   ByVal durationMilliseconds As Integer, _
   ByVal autoReverse As Boolean, _
   ByVal callbackHandler As EventHandler _
) 
public static void AnimateTranslateTransform( 
   TranslateTransform translateTransform,
   double fromX,
   double toX,
   double fromY,
   double toY,
   int durationMilliseconds,
   bool autoReverse,
   EventHandler callbackHandler
)

Parameters

translateTransform
fromX
toX
fromY
toY
durationMilliseconds
autoReverse
callbackHandler
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also