PathMakeWithRectangle
Type
operator
Summary
Creates a new path.
Syntax
rectangle path of <mRect>
Description
Creates a new path.
Parameters
Name | Type | Description |
---|---|---|
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