<ROTATE>

Navigation:  vpxPrint tags > Images >

<ROTATE>

Previous pageReturn to chapter overviewNext page

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, the next image is processed, then angle is set to zero.

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