PathMakeWithLine

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
line path from <mFrom> to <mTo>
Associationscom.livecode.canvas
Summary

Creates a new path.

Parameters
NameTypeDescription
mFrom

An expression which evaluates to a point.

mTo

An expression which evaluates to a point.

Example
// Create a line path
variable tPath as Path
put line path from point [50,100] to point [100,50] into tPath
Values
NameTypeDescription
return

A new line path.

Description

Creates a new path.

Tagscanvas