ImageEn, unit iexBitmaps

TIEMultiBitmap.SwapImages

TIEMultiBitmap.SwapImages

Declaration

procedure SwapImages(Index1, Index2: Integer);

Description

Moves two images to each others' positions.

Example

// Exchange first and last images
MBitmap.MoveImage(0, MBitmap.Count - 1);