nw::lyt::Bounding::Draw Member Function

Syntax

virtual void Draw(
     const DrawInfo & drawInfo
);

Arguments

Name Description
drawInfo Drawing information.

Return Values

None.

Description

Draws its own pane and child panes.

This function can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.

This function is called from Layout and parent panes.

Panes draw themselves using DrawSelf() and then call Draw() for child panes.

Revision History

2010/10/20
Made so that can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.
2009/09/18
Initial version.

CONFIDENTIAL