1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE MAN SYSTEM "../../../../modules/helptools/help.dtd">
4 <LANGUAGE>eng</LANGUAGE>
8 <TYPE>Scilab Function</TYPE>
10 <DATE>$LastChangedDate: 2006-08-03 16:16:36 +0200 (jeu., 03 août 2006) $</DATE>
12 <SHORT_DESCRIPTION name="xs2emf">send graphics to a file in EMF syntax (Only
13 for Windows)</SHORT_DESCRIPTION>
16 <CALLING_SEQUENCE_ITEM>xs2emf(win_num,filen)</CALLING_SEQUENCE_ITEM>
22 <PARAM_NAME>win_num</PARAM_NAME>
25 <SP>: integer scalar.</SP>
30 <PARAM_NAME>filen</PARAM_NAME>
33 <SP>: string, file name.</SP>
40 <P>The function xs2emf will not be available in version alpha</P>
41 <P><VERB>xs2emf</VERB> sends the recorded graphics of the window
42 <VERB>win_num</VERB> in the file <VERB>filen</VERB> in EMF format. This
43 function works only if the selected driver is <VERB>"Rec"</VERB> in the
44 window <VERB>win_num</VERB> or if the window is in "new style".</P>