MetaRestoreDeviceContext


This metafile command restores a device context from a stack of previously saved contexts.

class MetaRestoreDeviceContext : public Meta
{
 public:
  int Relative;
};

Members

Relative The Relative Identity of the device context that was previously saved. If -1 is specified, the most recently saved context is used.

Notes

See related C function RestoreDeviceContext.