<< SL_BeginWindowDraw | SL_ScrollWindowWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_EndWindowDraw
NAME
SL_EndWindowDraw -- reverses the effects of SL_BeginWindowDraw.
SYNOPSIS
SL_EndWindowDraw(winhandle);
A0
void SL_EndWindowDraw(WINHANDLE);
FUNCTION
This function undoes whatever SL_BeginWindowDraw did. It will remove
the user clipping region from a window.
This call must be made for every SL_BeginWindowDraw call.
INPUTS
winhandle - the handle of the window to remove the clipping region
from.
WARNING
A window must not be closed until the SL_EndWindowDraw has been
executed.
SEE ALSO
SL_BeginWindowDraw, SL_SetWindowClipFull, SL_ClearWindowClip, SL_OrWindowClip, SL_AndWindowClip, SL_XorWindowClip.
SL_EndWindowDraw Command Section By Type url:SL_EndWindowDraw
created:2008-03-01 23:36:28 last updated:2008-03-01 23:36:28
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_EndWindowDraw | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_BeginWindowDraw | SL_ScrollWindowWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |