The ITransitionDistance type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetSize |
This function return the size of the invoking transition distance.
|
|
|
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.
|
|
|
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.
|