MetaSetViewportExtent


This metafile command sets the viewport extent.

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

Members

Extent The horizontal and vertical extents in device units.

Notes

See related C function SetViewportExtent.