Материал из Module developer
Перейти к: навигация, поиск

//Setting the height of a graphic item depending on the height scaling function resizeHeight(in_nValue) { var l_nValue = in_nValue / l_nProjectScaleHeight; return l_nValue < 1 ? 1 : l_nValue; }