void Rotate(int Offset);
Rotate the list up or down.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Offset | int |
Remarks:
Very fast way to rotate the items in the list. If the Step is positive the items are shifted up and those that exit at the top are inserted at the begining of the List. If the Step is negative the items are shifted down and inserted at the end.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler