MetaSetWindowExtent


This metafile command sets the extent of the window.

class MetaSetWindowExtent : public Meta
{
 public:
  Dimensions Extent;
};

Members

Extent The horizontal and vertical extents in device units.

Notes

See related C function SetWindowExtent.