nw::lyt::TextBox::Draw Member Function
virtual void Draw(
const DrawInfo & drawInfo
);
| Name | Description | |
|---|---|---|
drawInfo |
Rendering information. |
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.
CONFIDENTIAL