Platform |
Win32, x64 |
Purpose |
To record graphics sequences. |
Syntax |
INTEGER FUNCTION OPEN_METAFILE@( H ) |
Description |
Opens a metafile for the current graphics area. A metafile is used to store graphics information using a device independent format that can be printed, replayed or copied to the clipboard. |
Return value |
Returns 1 for success or zero on failure. |
See also |
CLOSE_METAFILE@, METAFILE_TO_CLIPBOARD@, |