<< SL_DrawLine | SL_DrawBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawCurve
NAME
SL_DrawCurve -- draws a bezier curve.
SYNOPSIS
SL_DrawCurve(winhandle, x1, y1, c1x, c1y, c2x, c2y, x2, y2);
A0 D0 D1D2 D3 D4 D5 D6D7
void SL_DrawCurve(WINHANDLE, WORD, WORD, WORD, WORD, WORD, WORD, WORD, WORD);
FUNCTION
Draws a bezier curve from x1,y1 to x2,y2 using c1x,c1y as the first control
point and c2x,c2y as the second control point.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x1,y1 - the starting point of the curve.
c1x,c1y - the first control point.
c2x,c2y - the second control point.
x2,y2 - the ending point of the curve.
SEE ALSO
SL_DrawPoint, SL_DrawLine.
SL_DrawCurve Command Section By Type url:SL_DrawCurve
created:2008-03-01 23:36:21 last updated:2008-03-01 23:36:21
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawCurve | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawLine | SL_DrawBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |