ImageEn, unit iexDBBitmaps |
|
TIEDBMultiBitmap.Flip
Declaration
procedure Flip(idx: integer; Dir: TFlipDir);
Description
Flips (mirrors) a frame within the image across the horizontal or vertical axis and updates the image in the database.
Note: If
Mode = dmRecordFrames, this method only flips a frame of the current image and does NOT update the database. You will need to call
UpdateDatabaseImage// Rotate the selected image in a TImageEnMView attached to a TIEDBMultiBitmap
fDBMBitmap.Rotate( ImageEnMView1.SelectedImage, -90 );