nS_Oval(fX#, fY#, fWidth#, fHeight#, [bSolid%=True], [fBorderThickness#=1.0], [iSides%=8], [fAngle#=0.0]) | Function |
Description: Draws an oval | |
Parameters: fX# = X position fY# = Y position fWidth# = Oval width fHeight# = Oval height bSolid% [Default value = True] = If set to TRUE, oval will be solid, hollow otherwise fBorderThickness# [Default value = 1.0] = Border thickness, only if hollow iSides% [Default value = 8] = Number of sides for the oval fAngle# [Default value = 0.0] = Starting angle (for sides points, if not round enough) | |
Return value: None |