Class representing a Destination fitting the view on a rectangle in a Page.
Creates a new rectangle fit Destination.
pageref |
|
left, bottom, right, top |
The rectangle to fit in. |
# File lib/origami/destinations.rb, line 143 def initialize(pageref, left = 0, bottom = 0, right = 0, top = 0) @left, @bottom, @right, @top = left, bottom, right, top super([pageref, :FitR, left, bottom, right, top]) end
Generated with the Darkfish Rdoc Generator 2.