SL_DrawCurveTo


NAME
SL_DrawCurveTo -- draws a bezier curve.

SYNOPSIS
SL_DrawCurveTo(winhandle, x, y, c1x, c1y, c2x, c2y);
A0 D0 D1 D2 D3 D4 D5

void SL_DrawCurveTo(WINHANDLE, WORD, WORD, WORD, WORD, WORD, WORD);

FUNCTION
Draws a bezier curve to x,y from the previous point using c1x,c1y and
c2x,c2y as the control points.

INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - the ending point of the curve.
c1x,c1y - the first control point.
c2x,c2y - the second control point.

SEE ALSO
SL_DrawMoveTo, SL_DrawLineTo.

 

SL_DrawCurveTo  Command Section By Type  url:SL_DrawCurveTo
  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_DrawCurveTo
There are no user contributed comments for this page.