Материал из Module developer
//Setting the scaling of a graphical item depending on the width scaling function resizeWidth(in_nValue) { var l_nValue = in_nValue / l_nProjectScaleWidth; return l_nValue < 1 ? 1 : l_nValue; }
