<< SL_DrawLineTo | SL_DrawCurveTo >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawMoveTo
NAME
SL_DrawMoveTo -- moves the drawing point.
SYNOPSIS
SL_DrawMoveTo(winhandle, x, y);
A0 D0 D1
void SL_DrawMoveTo(WINHANDLE, WORD, WORD);
FUNCTION
Moves the drawing point to the specified location. No drawing takes
place with this call.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - the point to move to.
SEE ALSO
SL_DrawLineTo, SL_DrawCurveTo.
SL_DrawMoveTo Command Section By Type url:SL_DrawMoveTo
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_DrawMoveTo | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawLineTo | SL_DrawCurveTo >> |
Top: Documentation Library | Up: SoftLogik App Library API |