<< SL_RemoveSubItem | SL_DrawMoveTo >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawLineTo
NAME
SL_DrawLineTo -- draws a line to a point.
SYNOPSIS
SL_DrawLineTo(winhandle, x, y);
A0 D0 D1
void SL_DrawLineTo(WINHANDLE, WORD, WORD);
FUNCTION
Will draw a line to the specified point from the last point drawn.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - the point to draw to.
SEE ALSO
SL_DrawMoveTo, SL_DrawCurveTo.
SL_DrawLineTo Command Section By Type url:SL_DrawLineTo
created:2008-03-01 23:36:20 last updated:2008-03-01 23:36:20
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawLineTo | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_RemoveSubItem | SL_DrawMoveTo >> |
Top: Documentation Library | Up: SoftLogik App Library API |