circle path centered at <mCenter> with radius <mRadius>
Creates a new path.
An expression which evaluates to a point.
An expression which evaluates to a number.
// Create a circle path variable tPath as Path put circle path centered at point [100,100] with radius 50 into tPath
A new circle path.