PathMakeWithRectangle

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
rectangle path of <mRect>
Associationscom.livecode.canvas
Summary

Creates a new path.

Parameters
NameTypeDescription
mRect

An expression which evaluates to a rectangle.

Example
// Create a rectangle path
variable tPath as Path
put rectangle path of rectangle [10,10,210,60] into tPath
Values
NameTypeDescription
return

A new rectangle path.

Description

Creates a new path.

Tagscanvas