MetaModifyWorldTransform


This metafile command changes the world transformation and mode.

class MetaModifyWorldTransform : public Meta
{
 public:
  XForm WorldTransform;
  unsigned Mode;
};

Members

WorldTransform The transformation to be instated.
Mode The unit mode to be used.

Notes

See related C function ModifyWorldTransform.