<< SL_DrawIcon | SL_DrawFilledEllipse >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawEllipse
NAME
SL_DrawEllipse -- draws an ellipse.
SYNOPSIS
SL_DrawEllipse(winhandle, x, y, hr, vr);
A0 D0 D1 D2 D3
void SL_DrawEllipse(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws an ellipse whose center point is x,y with a horizontal
redius of hr and a vertical radius of vr.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - the center point of he ellipse.
hr - the horizontal radius.
vr - the vertical radius.
SL_DrawEllipse Command Section By Type url:SL_DrawEllipse
created:2008-03-01 23:36:23 last updated:2008-03-01 23:36:23
Copyright © 1985-2025 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawEllipse | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawIcon | SL_DrawFilledEllipse >> |
Top: Documentation Library | Up: SoftLogik App Library API |