Method: TexPlay#circle
- Defined in:
- lib/texplay/c_function_docs.rb
#circle(center_x, center_y, radius, options = {}) ⇒ Gosu::Image
Note:
:thickness not implemented for circle.
Draw a circle.
25 26 |
# File 'lib/texplay/c_function_docs.rb', line 25 def circle(center_x, center_y, radius, = {}) end |