<ROTATE>

<< Click to Display Table of Contents >>

Navigation:  Common vpxPrint tags > Images >

<ROTATE>

Syntax:

         <ROTATE=n>

 

         where n (0-360) specifies the angle of the next image.

 

Example:

OUTPUT TO "Rotate.xpr".

PUT CONTROL '<preview>'

   '<rotate=30><r10><c40><#1><R+30><C+30><image#1=4gl.jpg>'

   /* NEXT IMAGE without transformation                 */    

   '<c10><R20><#2><R+30><C+30><image#2=4gl.jpg>'.

OUTPUT CLOSE.

 

FILE-INFO:FILE-NAME = "rotate.xpr".

 

RUN printfile(FILE-INFO:FULL-PATHNAME).

 

 

Image rotation

 

Note:

after this tag is processed, the angle is reset to zero.

if you want to apply a such transformation on texts, have a look to the <ANGLE> tag.