The ITransitionDistance type exposes the following members.

Methods

  Name Description
Public method GetSize
This function return the size of the invoking transition distance.
Public method GetValue
This function returns the value of the invoking transition distance between index from and index to. This value is a non-negative integer. The arguments from and to must be non negative integer indices lower than the size of the invoking transition distance.
Public method SetValue
This function sets the value of the invoking transition distance. The arguments from and to must be non-negative integer indices lower than the size of the invoking transition distance. The argument val must be a non-negative integer representing the distance between index from and index to.

See Also