I open a file(eurotext.tif of exemples) in gdViewer.
I applie a rotation of 90° with rotate(1) : a black line of 7 pixels is added at the bottom of the picture.
If you rotate(1) 4 times, you get a perfect 7 pixels border !
pictureHdle = oGdViewer.GetNativeImage
oImaging.SetNativeImage pictureHdle
status = oImaging.Rotate(1)
status = oImaging.Rotate(1)
status = oImaging.Rotate(1)
status = oImaging.Rotate(1)
status = oGdViewer.Redraw
Best regards
Thierry
Gesteam
