PathMakeEmpty

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the empty path
Associationscom.livecode.canvas
Summary

Creates a new empty path.

Example
// Initialize the path to empty
variable tPath as Path
put the empty path into tPath

// add a line to the path
move to point [0,50] on tPath
line to point [100,50] on tPath
Values
NameTypeDescription
return

An empty path.

Description

Creates a new empty path.

Tagscanvas