wxMetaFile: wxObject

A wxMetaFile represents the Windows 3 metafile object, so metafile operations have no effect in X. In wxWindows, only sufficient functionality has been provided for copying a graphic to the clipboard; this may be extended in a future version. Presently, the only way of creating a metafile is to use a wxMetafileDC.

wxMetaFile::wxMetaFile

voidwxMetaFile

Constructor.

wxMetaFile::wxMetaFile

voidwxMetaFile

Destructor.

wxMetaFile::SetClipboard

BoolSetClipboardint width = 0, int height = 0

Passes the metafile data to the clipboard. The metafile can no longer be used for anything, but the wxMetaFile object must still be destroyed by the application.