Method XbpMetaFile():setBuffer() Foundation
Sets or retrieves the graphic data in the buffer.
:setBuffer( [<cBuffer>] ) --> cOldBuffer
This method returns the graphic data from a metafile as a character string. When <cBuffer> is specified, the return value contains the graphic data contained in the XbpMetaFile object before the method was called.
The :setBuffer() method sets or retrieves the internal buffer of the XbpMetaFile object. This buffer contains the graphic data from a metafile. Since the buffer contents can be replaced using the :setBuffer() method, a single XbpMetaFile object can be used to display graphic data from several metafiles.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.