MetaScaleWindowExtent


This metafile command scales the current Window extent.

class MetaScaleWindowExtent : public Meta
{
 public:
  int NumeratorX;
  int DenominatorX;
  int NumeratorY;
  int DenominatorY;
};

Members

NumeratorX The numerator of the horizontal scaling factor.
DenominatorX The denominator of the horizontal scaling factor.
NumeratorY The numerator of the vertical scaling factor.
DenominatorY The denominator of the vertical scaling factor.

Notes

See related C function ScaleWindowExtent.