SpinInfo Constructor

Initializes a new instance of SpinInfo class.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public SpinInfo(
	int nCylinderIndex,
	int nLandingPosition,
	int nScrollVelocity,
	int nSpinTime
)

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.

See Also