Method: EideticPDF::DocumentWriter#points_for_polygon

Defined in:
lib/epdfdw.rb

#points_for_polygon(x, y, r, sides, options = {}) ⇒ Object

Returns array of Location structs representing the vertices of a polygon. See polygon method.



358
359
360
# File 'lib/epdfdw.rb', line 358

def points_for_polygon(x, y, r, sides, options={})
  cur_page.points_for_polygon(x, y, r, sides, options)
end