Graphisoft®

Dialog ManagerVersion: 2.0

Rect::SetSize

Sets the size of the rectangle.

void SetSize (
    short               width,
    short               height
);

Parameters

width
The new width of the rectangle.
height
The new height of the rectangle.

Description

Sets the size of the rectangle. The left-top vertex does not change, just the right-bottom vertex.