gflExportIntoClipboard(): Image is upside down (Delphi)
Posted: Mon Jun 28, 2004 8:38 am
Why does gflExportIntoClipboard() function put a flipped image in the clipboard? So i have to do:
otherwise i get the image upside-down! Is this by design or a problem in GFL?
Thanks,
Dimitris
Code: Select all
gflFlipVertical(gfl_bmp, nil);
gflExportIntoClipboard(gfl_bmp);
Thanks,
Dimitris