Материал из Module developer
//Setting the height of a graphic item depending ony the height scaling function resizeHeight(in_nValue) { var l_nValue = in_nValue / l_nProjectScaleHeight; return l_nValue < 1 ? 1 : l_nValue; }
