Graphisoft®

Dialog ManagerVersion: 2.0

Item::SetPosition

Sets the item position.

void SetPosition (const Point & pt);

Sets the item position from the given point.

void SetPosition (
    short               hPos,
    short               vPos
);

Sets the item position from the given coordinates.

Parameters

pt
The point, which specifies the new position of the item.
hPos
The horizontal coordinate of the new position of the item.
vPos
The vertical coordinate of the new position of the item.

Description

The position is set by the left-top corner of the item.