<< SL_SetForePen | SL_SetFillStyle >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetBackPen
NAME
SL_SetBackPen -- sets the background drawing pen.
SYNOPSIS
SL_SetBackPen(winhandle, pen);
A0 D0
void SL_SetBackPen(WINHANDLE, LONG);
FUNCTION
Sets the graphics background drawing pen to one of the predefined
pens.
INPUTS
winhandle - as returned by SL_CreateWindowA.
pen - a value as returned by SL_AllocPenRGB or one of:
PEN_BACKGROUND
PEN_TEXT
PEN_SHINE
PEN_SHADOW
PEN_FILL
SEE ALSO
SL_SetDrawMode, SL_SetForePen, SL_SetFillStyle, SL_SetLineStyle, SL_SetFont, SL_AllocPenRGB.
SL_SetBackPen Command Section By Type url:SL_SetBackPen
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_SetBackPen | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetForePen | SL_SetFillStyle >> |
Top: Documentation Library | Up: SoftLogik App Library API |