'Declaration Public Sub StartItemAnimation( _ ByVal offsetX As Double, _ ByVal offsetY As Double, _ ByVal scaleWidth As Double, _ ByVal scaleHeight As Double, _ ByVal duration As Double, _ ByVal index As Integer, _ ByVal moveRatio As Double, _ ByVal decelerationRatio As Double _ )
'Usage Dim instance As PileFlowItem Dim offsetX As Double Dim offsetY As Double Dim scaleWidth As Double Dim scaleHeight As Double Dim duration As Double Dim index As Integer Dim moveRatio As Double Dim decelerationRatio As Double instance.StartItemAnimation(offsetX, offsetY, scaleWidth, scaleHeight, duration, index, moveRatio, decelerationRatio)
Parameters
- offsetX
- X offset transform.
- offsetY
- Y offset transform.
- scaleWidth
- Width scale transform.
- scaleHeight
- Height scale transform.
- duration
- Duration of animation.
- index
- Current item index.
- moveRatio
- Animation ratio.
- decelerationRatio
- Determines if current animation will have decelerating ratio.