I have a few lines of iekText at the bottom left corner of an image. I use: ImageEnVect1.RotateAllObjects(90, ierImage); ImageEnVect1.Proc.Rotate(90);
The text disappears. After 2 more rotations, the text will show back but in the left center of the image. One more rotation and i get the original image with the correct positioned text. What am i doing wrong? Thanks. P