PathMakeWithEllipse |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | ellipse path centered at <mPoint> with radii <mRadii>
|
Associations | com.livecode.canvas |
Summary | Creates a new path.
mCenter:An expression which evaluates to a point.
|
Parameters | Name | Type | Description |
---|
mRadii | | An expression which evaluates to a list of numbers.
|
|
Example |
variable tPath as Path
put ellipse path centered at point [100,100] with radii [100,75] into tPath
|
Values | Name | Type | Description |
---|
return | | A new ellipse path.
|
|
Description | Creates a new path.
mCenter:An expression which evaluates to a point.
|
Tags | canvas |