Method: RBPDF#getImageRBY
- Defined in:
- lib/rbpdf.rb
#getImageRBY ⇒ Object Also known as: get_image_rby
Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
- @return float
- @access public
1995 1996 1997 |
# File 'lib/rbpdf.rb', line 1995 def getImageRBY() return @img_rb_y end |