public void BeginSpinning(
List<SpinInfo> spinInfo
)Public Sub BeginSpinning (
spinInfo As List(Of SpinInfo)
)CylinderIndex - Index of a Cylinder that this object describes.
ScrollVelocity - The velocity at which the Cylinder should be spun.
SpinTime - The time in milliseconds to spin the Cylinder.
LandingPosition - An index of an item in the described Cylinder which it should stop at after it has finished spinning.
If the amount of SpinInfo objects in the list is higher than the amount of Cylinders in iWheel's CylinderCollection, a SpinInfoException is thrown.