PathMakeWithEllipse

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
ellipse path centered at <mPoint> with radii <mRadii>
Associationscom.livecode.canvas
Summary

Creates a new path. mCenter:An expression which evaluates to a point.

Parameters
NameTypeDescription
mRadii

An expression which evaluates to a list of numbers.

Example
// Create an ellipse path
variable tPath as Path
put ellipse path centered at point [100,100] with radii [100,75] into tPath
Values
NameTypeDescription
return

A new ellipse path.

Description

Creates a new path. mCenter:An expression which evaluates to a point.

Tagscanvas