CODGlobal::GetInverseScalingPoint

OD_CONTROL_POINT CODGlobal::GetInverseScalingPoint(float fScaleX, float fScaleY, OD_CONTROL_POINT nControl)

Takes a set of scaling information and calculates what control point to use for the inverse operation.

Defined in: OdGlobal.cpp

Return Value

The control point to use for the inverse scaling

Parameters

fScaleX

The horizontal scaling factor.

fScaleY

The vertical scaling factor.

nControl

The control point used as the origin for the scaling operation.