<< SL_DrawEllipse | SL_SetDrawMode >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawFilledEllipse
NAME
SL_DrawFilledEllipse - draws a filled ellipse.
SYNOPSIS
SL_DrawFilledEllipse(winhandle, x, y, hr, vr);
A0 D0 D1 D2D3
void SL_DrawFilledEllipse(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws a filledellipse 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.
SEE ALSO
SL_DrawFilledEllipse Command Section By Type url:SL_DrawFilledEllipse
created:2008-03-01 23:36:23 last updated:2008-03-01 23:36:23
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawFilledEllipse | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawEllipse | SL_SetDrawMode >> |
Top: Documentation Library | Up: SoftLogik App Library API |