<< SL_DrawFilledEllipse | SL_SetForePen >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetDrawMode
NAME
SL_SetDrawMode -- sets the drawing mode for gfx calls.
SYNOPSIS
SL_SetDrawMode(winhandle, mode);
A0 D0
void SL_SetDrawMode(WINHANDLE, UWORD);
FUNCTION
Sets the drawing mode for all the Gfx calls.
INPUTS
winhandle - as returned by SL_CreateWindowA.
mode - one of: GFXMODE_NORMAL, GFXMODE_OR or GFXMODE_XOR.
SEE ALSO
SL_SetForePen, SL_SetBackPen, SL_SetFillStyle, SL_SetLineStyle, SL_SetFont.
SL_SetDrawMode Command Section By Type url:SL_SetDrawMode
created:2008-03-01 23:36:23 last updated:2008-03-01 23:36:23
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SetDrawMode | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawFilledEllipse | SL_SetForePen >> |
Top: Documentation Library | Up: SoftLogik App Library API |