[REBOL] Re: Make Image of a Layout
From: anton:lexicon at: 26-Sep-2002 20:23
Yes. Use 'to-image. layout returns a face (which is an object, with type = 'face). img: to-image layout [origin 0 title "Big Train"] save/png %image.png img view layout [image img] It would be nice if to-image could accept a pane block but it appears that it cannot at this time. Anton.







