SpinInfo Class

Represents information for BeginSpinning(ListSpinInfo) method about how should the cylinders be spun.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public class SpinInfo
Inheritance
Object    SpinInfo

Remarks

Contains information about how the Cylinders of iWheel should be spun by BeginSpinning(ListSpinInfo) method. The contained information include:

CylinderIndex - Index of a Cylinder that this object describes.

ScrollVelocity - The velocity at which the Cylinder should be spun.

SpinTime - The time in miliseconds to spin the Cylinder.

LandingPosition - An index of an item in the described Cylinder which it should stop at after it has finished spinning.

Constructors

SpinInfo Initializes a new instance of SpinInfo class.

Methods

CompareSpinInfoByCylinderIndex Comparer for SpinInfo objects.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

CylinderIndex An index of Cylinder which this SpinInfo instance describes.
LandingPosition An index of an item to stop the Cylinder at after spinning has completed.
ScrollVelocity Specifies the velocity and direction of scrolling.
SpinTime Specifies the time in miliseconds to scroll the Cylinder.

See Also