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
|
The x coordinate of the rectangle.
|
y
number,
required
|
The y coordinate of the rectangle.
|
width
number,
required
|
The width of the rectangle.
|
height
number,
required
|
The height of the rectangle.
|
raised
boolean,
optional
|
Specify whether the rectangle appears raised above the surface or sunk into the surface:
- true: The rectangle is raised.
- false (default): The rectangle is sunk.
|
filled
boolean,
optional
|
Specify whether the rectangle is filled:
- true: The rectangle is filled with the specified drawing color.
- false (default): Only the outline of the rectangle is drawn.
|
Examples
There are currently no examples for this function
See also