nS_Rect(fX#, fY#, fWidth#, fHeight#, [bSolid%=True], [fBorderThickness#=1.0]) | Function |
Description: Draws a rectangle on screen. | |
Parameters: fX# = X position fY# = Y position fWidth# = Rectangle width fHeight# = Rectangle height bSolid% [Default value = True] = If set to TRUE, will be solid. If set to FALSE, will be hollow fBorderThickness# [Default value = 1.0] = The border width (only work if rectangle is hollow) | |
Return value: None |