nw::lyt::Drawer::Draw Member Function
void Draw(
const Layout * pLayout,
DrawInfo & drawInfo
);
void Draw(
const Pane * pPane,
DrawInfo & drawInfo
);
| Draw ( const Layout *, DrawInfo & ) | Draws the layout. |
| Draw ( const Pane *, DrawInfo & ) | Draws a pane. |
Draw() can be executed multiple times between DrawBegin() and DrawEnd().
When this function is executed, integrity of the DMPGL state is lost. Be sure to call Call nngxUpdateState() when using GL functions subsequently.
Draws the specified pane and any child panes.
Draw() can be executed multiple times between DrawBegin() and DrawEnd().
When this function is executed, integrity of the DMPGL state is lost. Be sure to call Call nngxUpdateState() when using GL functions subsequently.
CONFIDENTIAL