MetaScaleViewportExtent


This metafile command scales the current viewport extent.

class MetaScaleViewportExtent : 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 ScaleViewportExtent.