PointMake |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | point <mPoint>
|
Associations | com.livecode.canvas |
Summary | Creates a new point value.
|
Parameters | Name | Type | Description |
---|
mPoint | | An expression which evaluates to a list of 2 numbers, the x and y coordinates of the point.
|
|
Example | variable tPoint
put point [50, 100] into tPoint
|
Values | Name | Type | Description |
---|
return | | A new point with the given coordinates
|
|
Description | Creates a new point value.
|
Tags | canvas |