PointMake

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
point <mPoint>
Associationscom.livecode.canvas
Summary

Creates a new point value.

Parameters
NameTypeDescription
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
NameTypeDescription
return

A new point with the given coordinates

Description

Creates a new point value.

Tagscanvas