'Declaration Public Delegate Function IterativeAnimationEquationDelegate(Of T)( _ ByVal currentTime As TimeSpan, _ ByVal from As T, _ ByVal to As T, _ ByVal duration As TimeSpan _ ) As T
'Usage Dim instance As New IterativeAnimationEquationDelegate(Of T)(AddressOf HandlerMethod)
Parameters
- currentTime
- from
- to
- duration
Type Parameters
- T