PathMakeWithCircle

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
circle path centered at <mCenter> with radius <mRadius>
Associationscom.livecode.canvas
Summary

Creates a new path.

Parameters
NameTypeDescription
mCenter

An expression which evaluates to a point.

mRadius

An expression which evaluates to a number.

Example
// Create a circle path
variable tPath as Path
put circle path centered at point [100,100] with radius 50 into tPath
Values
NameTypeDescription
return

A new circle path.

Description

Creates a new path.

Tagscanvas