MetaSelectObject


This metafile command selects a graphics object into the device context.

class MetaSelectObject : public Meta
{
 public:
  unsigned Object;
};

Members

Object The index of the object to be selected.

Notes

See related C function SelectObject.