'Declaration Public Overrides Function GetNextChildPlacement( _ ByVal child As UIElement, _ ByVal currentTime As TimeSpan, _ ByVal currentPlacement As Rect, _ ByVal targetPlacement As Rect, _ ByVal activeLayout As AnimationPanel, _ ByVal animationRate As AnimationRate, _ ByRef placementArgs As Object, _ ByRef isDone As Boolean _ ) As Rect
'Usage Dim instance As DoubleAnimator Dim child As UIElement Dim currentTime As TimeSpan Dim currentPlacement As Rect Dim targetPlacement As Rect Dim activeLayout As AnimationPanel Dim animationRate As AnimationRate Dim placementArgs As Object Dim isDone As Boolean Dim value As Rect value = instance.GetNextChildPlacement(child, currentTime, currentPlacement, targetPlacement, activeLayout, animationRate, placementArgs, isDone)
public override Rect GetNextChildPlacement( UIElement child, TimeSpan currentTime, Rect currentPlacement, Rect targetPlacement, AnimationPanel activeLayout, AnimationRate animationRate, ref object placementArgs, out bool isDone )
Parameters
- child
- currentTime
- currentPlacement
- targetPlacement
- activeLayout
- animationRate
- placementArgs
- isDone