DrawRect
From Onset Developer Wiki
Description
Draw rectangle in screen space.
Syntax
DrawRect(sX, sY, sW, sH)
Parameters
- sX
Start X location. - sY
Start Y location. - sW
Width - sH
Height
Return Value
- Returns nothing.
Example
__EDIT_ME__
DrawRect Type: Function |
Draw rectangle in screen space.
DrawRect(sX, sY, sW, sH)
__EDIT_ME__