pcDefineStretchLine
pcDefineStretchLine(d_lineId g_paramExpr t_direction f_defval f_minval f_maxval g_stretchRepeated) =>d_StretchId
Description
Defines a stretch control line used to control stretching in the X direction or Y direction. Objects repeated in the direction parallel to the stretch direction can be set to stretch.
Arguments
Value Returned
|
Group ID used to store the details of the stretch parameter. |
Examples
pcDefineStretchLine(stretchLine 'nfetWidth, "right" 1.25 1.25 25 nil)
Defines stretchLine as a stretch control line controlled by the parameter nfetWidth. The stretch direction is right. The default and the minimum values are 1.25, and the maximum value is 25. Horizontally repeated shapes are not stretched.
Return to top