Difference between revisions of "CircleShape:getRadius"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
Gets the radius of the circle shape.
 
Gets the radius of the circle shape.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the radius of the circle shape.}}
 
{{#set:Description=Gets the radius of the circle shape.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|CircleShape:getRadius}}

Latest revision as of 10:47, 25 March 2011

Gets the radius of the circle shape.

Function

Synopsis

radius = CircleShape:getRadius( )

Arguments

None.

Returns

number radius
The radius of the circle

See Also


Other Languages