Q3DrawContext_GetPane
You can use theQ3DrawContext_GetPanefunction to get the pane of a draw context.
TQ3Status Q3DrawContext_GetPane ( TQ3DrawContextObject context, TQ3Area *pane);
context- A draw context object.
pane- On exit, the area in the specified draw context in which all drawing occurs.
DESCRIPTION
TheQ3DrawContext_GetPanefunction returns, in thepaneparameter, the area in the draw context specified by thecontextparameter in which all drawing occurs.