SpinInfo Constructor
Initializes a new instance of
SpinInfo class.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public SpinInfo(
int nCylinderIndex,
int nLandingPosition,
int nScrollVelocity,
int nSpinTime
)
Public Sub New (
nCylinderIndex As Integer,
nLandingPosition As Integer,
nScrollVelocity As Integer,
nSpinTime As Integer
)
Parameters
- nCylinderIndex Int32
- A System.Int32.Int32 which specifies the index of Cylinder which this SpinInfo
instance describes.
- nLandingPosition Int32
- A System.Int32.Int32 which represents an index of an item to stop the Cylinder at
after spinning has completed.
- nScrollVelocity Int32
- A System.Int32.Int32 which represents a velocity and direction of scrolling.
- nSpinTime Int32
- A System.Int32.Int32 which represents a time in miliseconds to scroll the Cylinder.