Q3DrawContext_SetPane
You can use theQ3DrawContext_SetPanefunction to set the pane of a draw context.
TQ3Status Q3DrawContext_SetPane ( TQ3DrawContextObject context, const TQ3Area *pane);
context- A draw context object.
pane- The area in the specified draw context in which all drawing should occur.
DESCRIPTION
TheQ3DrawContext_SetPanefunction sets the area of the draw context specified by thecontextparameter within which all drawing is to occur to the area specified in thepaneparameter.