Version: 3.3.1
Loading...
Searching...
No Matches
metafile.h File Reference

Classes

class  wxMetafileDC
 This is a type of device context that allows a metafile object to be created (Windows only), and has most of the characteristics of a normal wxDC. More...
 
class  wxMetafile
 A wxMetafile represents the MS Windows metafile object, so metafile operations have no effect in X. More...
 
class  wxMetafileDataObject
 This wxDataObject implementation provides support for exchanging metafiles with the other applications through the clipboard or drag and drop. More...
 

Functions

bool wxMakeMetafilePlaceable (const wxString &filename, int minX, int minY, int maxX, int maxY, float scale=1.0)
 Given a filename for an existing, valid metafile (as constructed using wxMetafileDC) makes it into a placeable metafile by prepending a header containing the given bounding box.