Graphisoft®

Dialog ManagerVersion: 2.0

ItemGroup::MoveAndResize

Moves and resizes all the items in the group.

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).