Results 1321 - 1330 of 1633.
SL_DrawBoxWH
updated:2008-03-01 23:36:21
NAME SL_DrawBoxWH -- draws a box. SYNOPSIS SL_DrawBoxWH(winhandle, x, y, width, height); A0 D0 D1 D2 D3 void SL_DrawBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD); FUNCTION Draws a box with the upper left corner at x,y that is width x height in size. INPUTS winhandle - as returned by SL_CreateWindowA. x,y - upper left corner of the box. width - width of...
SL_DrawOutBoxWH
updated:2008-03-01 23:36:22
NAME SL_DrawOutBoxWH -- draws a "raised" box. SYNOPSIS SL_DrawOutBoxWH(winhandle, x, y, width, height); A0 D0 D1 D2D3 void SL_DrawOutBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD); FUNCTION Draws a "3-d" box that appears to be raised off of the background. The upper let corner is at x,y and the box is width x height in size. INPUTS...
SL_DrawBoxXY
updated:2008-03-01 23:36:22
NAME SL_DrawBoxXY -- draws a box. SYNOPSIS SL_DrawBoxXY(winhandle, x1, y1, x2, y2); A0 D0 D1D2 D3 void SL_DrawBoxXY(WINHANDLE, WORD, WORD, WORD, WORD); FUNCTION Draws a box whose upper left corner is at x1,y1 and whose lower right corner is at x2,y2. INPUTS winhandle - as returned by SL_CreateWindowA. x1,y1 - upper left corner of the box. x2,y2 - lower...
SL_DrawOutBoxXY
updated:2008-03-01 23:36:22
NAME SL_DrawOutBoxXY -- draws a "raised" box. SYNOPSIS SL_DrawOutBoxXY(winhandle, x1, y1, x2, y2); A0 D1 D2 D3 D4 void SL_DrawOutBoxXY(WINHANDLE, WORD, WORD, WORD, WORD); FUNCTION Draws a "3-d" box that appears to be raised off of the background. INPUTS winhandle - as returned by SL_CreateWindowA. x1,y1 - upper left corner of the box....
SL_DrawText
updated:2008-03-01 23:36:22
NAME SL_DrawText -- draws text. SYNOPSIS SL_DrawText(winhandle, x, y, string, count); A0 D0 D1 A1 D2 void SL_DrawText(WINHANDLE, WORD, WORD, SLCHAR *, WORD); FUNCTION Draws the text string at x,y. INPUTS winhandle - as returned by SL_CreateWindowA. x,y - the upper left corner of where to draw the text. string - the text string to draw. count - how...
SL_CalcTextLength
updated:2008-03-01 23:36:23
NAME SL_CalcTextLength -- returns the length (in pixels) of a given string. SYNOPSIS len = SL_CalcTextLength(winhandle, string, count); D0 A0 A1 D0 UWORD SL_CalcTextLength(WINHANDLE, SLCHAR *, WORD); FUNCTION Calculates the pixel length of a given string in the current font of a given window. INPUTS winhandle - as returned by SL_CreateWindowA. string...
SL_DrawEllipse
updated:2008-03-01 23:36:23
NAME SL_DrawEllipse -- draws an ellipse. SYNOPSIS SL_DrawEllipse(winhandle, x, y, hr, vr); A0 D0 D1 D2 D3 void SL_DrawEllipse(WINHANDLE, WORD, WORD, UWORD, UWORD); FUNCTION Draws an ellipse whose center point is x,y with a horizontal redius of hr and a vertical radius of vr. INPUTS winhandle - as returned by SL_CreateWindowA. x,y - the center point of...
SL_SetDrawMode
updated:2008-03-01 23:36:23
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_SetBackPen
updated:2008-03-01 23:36:23
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...
SL_SetLineStyle
updated:2008-03-01 23:36:24
NAME SL_SetLineStyle -- sets the line pattern. SYNOPSIS SL_SetLineStyle(winhandle, pattern); A0 D0 void SL_SetLineStyle(WINHANDLE, UWORD); FUNCTION Sets the line pattern. The pattern is a 16 bit pattern, where a 1 represents an on pixel and a 0 represents and off pixel. INPUTS winhandle - as returned by SL_CreateWindowA. pattern - a 16 bit pattern. NOTE...
Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 131 132 133 134 135 136 137 138 139 140 141 142 143 153 163 Next
 PageStream Guide
 PageStream Scripting Documentation
 BME User Documentation
 BME Scripting Documentation
 PageLiner User Documentation
 PageLiner Scripting Documentation
 HHV User Documentation
 Developer Documentation
 PageStream Web Site
 PageStream Web Site Documentation
 PageStream Document Gallery
 PageStream Script Gallery