ScaleDownBy
TheScaleDownBymethod scales this transform by the reciprocal of the specified vertical and horizontal scaling factors.
ODTransform ScaleDownBy (in ODPoint scale);
scale- A point specifying the horizontal (x) and vertical (y) scaling factors.
- return value
- A reference to this transform after the scaling operation.
DISCUSSION
- This method is the inverse of the transform's
ScaleBymethod.SEE ALSO
TheODPointtype (page 885).
TheODTransform::ScaleBymethod (page 782).