MetaSetWindowOrigin


This metafile command sets the window origin.

class MetaSetWindowOrigin : public Meta
{
 public:
  Point Origin;
};

Members

Origin The new origin for the window.

Notes

See related C function SetWindowOrigin.