RectangleMake |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | rectangle <mRect>
|
Associations | com.livecode.canvas |
Summary | Creates a new rectangle value.
|
Parameters | Name | Type | Description |
---|
mRect | | An expression which evaluates to a list of 4 numbers, the left, top, right and bottom edges of the rectangle.
|
|
Example |
variable tRect
put rectangle [50, 50, 150, 100] into tRect
|
Values | Name | Type | Description |
---|
return | | A new rectange with the given edges.
|
|
Description | Creates a new rectangle value.
|
Tags | canvas |