<< SL_SetWindowClipFull | SL_AttachWindowMenu >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_OrWindowClip
NAME
SL_OrWindowClip -- OR's a region into the user's clipping region.
SYNOPSIS
SL_OrWindowClip(winhandle, x1, y1, x2, y2);
A0 D0 D1 D2 D3
void SL_OrWindowClip(WINHANDLE, WORD, WORD, WORD, WORD);
FUNCTION
OR's the region specifed by x1,y1 - x2,y2 into the user's cliping
region.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x1,y1 - upper left corner of the region to add.
x2,y2 - lower right corner of the region to add.
SEE ALSO
SL_SetWindowClipFull, SL_ClearWindowClip, SL_AndWindowClip, SL_XorWindowClip, SL_BeginWindowDraw, SL_EndWindowDraw.
SL_OrWindowClip Command Section By Type url:SL_OrWindowClip
created:2008-03-01 23:36:19 last updated:2008-03-01 23:36:19
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_OrWindowClip | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetWindowClipFull | SL_AttachWindowMenu >> |
Top: Documentation Library | Up: SoftLogik App Library API |