comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Object Graphics --> EPS Output how?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Object Graphics --> EPS Output how? [message #26788 is a reply to message #26732] Wed, 26 September 2001 15:03 Go to previous messageGo to previous message
Mark Hadfield is currently offline  Mark Hadfield
Messages: 783
Registered: May 1995
Senior Member
From: "Martin Downing" <martin.downing@ntlworld.com>
> Ok I just gave it a go: RTFM, created EPS output to the clipboard - but
what
> do you do with it then?! Is there a method to write the clip board to file
> directly?

Output destination & format is controlled through keywords to the
IDLgrClipboard::Draw method. To send EPS output to a file the basic sequence
of operations is

myview = [Create & populate your IDLgrView here]
myclipbrd = obj_new('IDLgrClipBoard']
myclipbrd->Draw, /VECTOR, /POSTSCRIPT, FILENAME=[your file name here]
obj_destroy, myclipbrd

The name "IDLgrClipboard" is a little confusing. It was originally intended
only for output to the system clipboard, but then the IDL developers
thought, "Hey, we could use this to write files too."


---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research



--
Posted from clam.niwa.cri.nz [202.36.29.1]
via Mailgate.ORG Server - http://www.Mailgate.ORG
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL 5.4 and win2000 problems
Next Topic: Re: Input Buffer Error Reading in Large ascii Files

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 15:59:02 PDT 2025

Total time taken to generate the page: 1.19795 seconds