Hi, I'm setting AutoMidHandle at the beginning of my code (after I have initiliased graphics) and yet when I rotate an image, its still rotating from the top left corner. However, if I put this command right before I create the image I am rotating, it rotates from the centre (which is what I'm after). Now - according to the docs -
'When auto midhandle mode is enabled, all images are automatically 'midhandled' (see MidHandleImage) when they are created. If auto midhandle mode is disabled, images are handled by their top left corner.'
So surely if I set this at the start of my code ALL images thereafter should be handled from the middle?
Thanks
'When auto midhandle mode is enabled, all images are automatically 'midhandled' (see MidHandleImage) when they are created. If auto midhandle mode is disabled, images are handled by their top left corner.'
So surely if I set this at the start of my code ALL images thereafter should be handled from the middle?
Thanks