Skip to main content

PathMakeWithRectangle

Type

operator

Summary

Creates a new path.

Syntax

rectangle path of <mRect>

Description

Creates a new path.

Parameters

NameTypeDescription

mRect

An expression which evaluates to a rectangle.

Examples

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

Value

NameTypeDescription

return

A new rectangle path.

Thank you for your feedback!

Was this page helpful?