<< SL_DrawCurveTo | SL_DrawLine >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawPoint
NAME
SL_DrawPoint -- draws a single point.
SYNOPSIS
SL_DrawPoint(winhandle, x, y);
A0 D0 D1
void SL_DrawPoint(WINHANDLE, WORD, WORD);
FUNCTION
Draws a single point at x,y.
INPUTS
winhandle - as returnbed by SL_CreateWindowA.
x,y - the coords of the point to draw.
SEE ALSO
SL_DrawLine, SL_DrawCurve.
SL_DrawPoint Command Section By Type url:SL_DrawPoint
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_DrawPoint | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawCurveTo | SL_DrawLine >> |
Top: Documentation Library | Up: SoftLogik App Library API |