Skip to content

Metafile

controls the output of the graphics (using a metafile)

Syntax #(Keyword, Parameter 1{,Parameter 2} {,Parameter 3})
Keyword Metafile
Parameter 1 File name (including path, if necessary)
Parameter 2 Dimension along x axis (horizontal dimension), in mm
starting from the current position
< 0 to the left, > 0 to the right
Parameter 3 Dimension along y axis (vertical dimension), in mm
starting from the current position
< 0 upwards, > 0 downwards
Example Comment
#(MoveAbs,50,100) starting from the current position the graphic is inserted to fit into a rectangular window which extends 100 mm to the right and 50 mm upwards
#(Metafile, c:\Schulze\Logo.wmf,100,-50) starting from the current position the graphic is inserted to fit into a rectangular window which extends 100 mm to the right and 50 mm upwards