Graphisoft®

Dialog ManagerVersion: 2.0

PictureItem::PictureItem

Class constructor.

PictureItem (
    const Panel &       panel,
    short               item
);

Constructs the picture item from resource.

PictureItem (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           type = NoFrame
);

Constructs the picture item with the given parameters.

Parameters

panel
A reference to the parent panel of the picture item.
item
The item ID of the picture item.
rect
A reference to the bounding rectangle of the picture item.
type
The frame type of the picture item.