Method: Magick::Image#annotate
- Defined in:
- lib/rmagick_internal.rb
#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.
781 782 783 784 785 |
# File 'lib/rmagick_internal.rb', line 781 def annotate(draw, width, height, x, y, text, &block) check_destroyed draw.annotate(self, width, height, x, y, text, &block) self end |