image.drawBeveledRect()
Draws a rectangle with beveled edges.
image.drawBeveledRect( x=number, y=number, width=number, height=number, raised=boolean, filled=boolean )
Returns: Image
| Argument | Description |
|---|---|
|
x
number,
required
|
edit
The x coordinate of the rectangle. |
|
y
number,
required
|
edit
The y coordinate of the rectangle. |
|
width
number,
required
|
edit
The width of the rectangle. |
|
height
number,
required
|
edit
The height of the rectangle. |
|
raised
boolean,
optional
|
edit
Specify whether the rectangle appears raised above the surface or sunk into the surface:
|
|
filled
boolean,
optional
|
edit
Specify whether the rectangle is filled:
|