SL_DrawLine


NAME
SL_DrawLine -- draws a line between two points.

SYNOPSIS
SL_DrawLine(winhandle, x1, y1, x2, y2);
A0 D0 D1 D2 D3

void SL_DrawLine(WINHANDLE, WORD, WORD, WORD, WORD);

FUNCTION
Draws a line between the two points x1,y1 and x2,y2.

INPUTS
winhandle - as returned by SL_CreateWindowA.
x1,y1 - the starting point of the line.
x2,y2 - the ending point of the line.

SEE ALSO
SL_DrawPoint, SL_DrawCurve.

 

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