MetaSetWorldTransform


This metafile command sets the transformation that maps the world coordinate space to the device coordinate space.

class MetaSetWorldTransform : public Meta
{
 public:
  XForm WorldTransform;
};

Members

WorldTransform The world transformation to be set.

Notes

See related C function SetWorldTransform.