PtClipRemove()
Take a clipping rectangle off the stack
Synopsis:
int PtClipRemove();
Description:
This function pops the last clipping rectangle off the clipping stack.
Returns:
The current level of stack clipping.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtAttemptResize(), PtClipAdd(), PtWidgetCanvas()
