Method: Magick::Image#annotate
- Defined in:
- lib/RMagick.rb
permalink #annotate(draw, width, height, x, y, text, &block) ⇒ Object
Provide an alternate version of Draw#annotate, for folks who want to find it in this class.
786 787 788 789 790 |
# File 'lib/RMagick.rb', line 786 def annotate(draw, width, height, x, y, text, &block) check_destroyed draw.annotate(self, width, height, x, y, text, &block) self end |