CDC::ScaleViewportExt
Visual Studio 2010
Modifies the viewport extents relative to the current values.
virtual CSize ScaleViewportExt( int xNum, int xDenom, int yNum, int yDenom );
Modifies the viewport extents relative to the current values.
virtual CSize ScaleViewportExt( int xNum, int xDenom, int yNum, int yDenom );
Specifies the amount by which to multiply the current x-extent.
Specifies the amount by which to divide the result of multiplying the current x-extent by the value of the xNum parameter.
Specifies the amount by which to multiply the current y-extent.
Specifies the amount by which to divide the result of multiplying the current y-extent by the value of the yNum parameter.