Hi,
I'm having the most bizarre problem. Flip horizontally or vertically does not work in ImgX 6.4.0.12.
I've placed an ImgX control on a VB6 (SP6) form with antialiasing, autoupdate, autozoom, and center all set to true. Two buttons were added, one to load the image:
ImgXCtrl1.Import.FromFile "C:\Share Folder\DSC_0883.JPG", , "No Undo"
And a second button to then flip it:
ImgXCtrl1.Effects.Flip ixoHorizontal, "No Undo"
ImgXCtrl1.Update
ImgXCtrl1.Refresh
I put the update and refresh in there just to test if it made a difference, but it didn't. The image cannot be flipped! Rotation and other effects work but flip doesn't.
This is very strange. Has anyone else seen this happen?