Method: EideticPDF::DocumentWriter#points_for_circle
- Defined in:
- lib/epdfdw.rb
#points_for_circle(x, y, r) ⇒ Object
Returns array of Location structs for circle, suitable for feeding to curve_points method. See circle method.
278 279 280 |
# File 'lib/epdfdw.rb', line 278 def points_for_circle(x, y, r) cur_page.points_for_circle(x, y, r) end |