procedure FlipVert(Dst: TBitmap32);
FlipVert flips the image vertically. When Dst parameter is specified, the transformed version of the image is copied into Dst, otherwise the procedure performs the in-place flipping.
[See also] FlipHorz