Item::MoveAndResize
void MoveAndResize (
short hDisp,
short vDisp,
short hGrow,
short vGrow
);
Parameters
- hDisp
Horizontal move in pixels (relative to the previous position). Positive values mean move to the right. - vDisp
Vertical move in pixels (relative to the previous position). Positive values mean move down. - hGrow
Horizontal growth (shrink if hGrow is negative). - vGrow
Vertical growth (shrink if vGrow is negative).