Lucee object methods reference
Object Method Image.drawBeveledRect
Draws a rectangle with beveled edges.
Image.drawBeveledRect(number x,number y,number width,number height,[boolean raised,[boolean filled]]):void
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| x | number | Yes | The x coordinate of the rectangle. |
| y | number | Yes | The y coordinate of the rectangle. |
| width | number | Yes | The width of the rectangle. |
| height | number | Yes | The height of the rectangle. |
| raised | boolean | No |
Specify whether the rectangle appears raised above the surface or sunk into the surface: |
| filled | boolean | No |
Specify whether the rectangle is filled: |