MetaMode


This metafile command sets the background mode.

class MetaMode : public Meta
{
 public:
  unsigned Mode;
};

Members

Mode The mode to be instated.

Notes

See related C function SetBackgroundMode.