Method: Origami::Destination.RectangleFit
- Defined in:
- lib/origami/destinations.rb
.RectangleFit(page, left: 0, bottom: 0, right: 0, top: 0) ⇒ Object
164 165 166 |
# File 'lib/origami/destinations.rb', line 164 def self.RectangleFit(page, left: 0, bottom: 0, right: 0, top: 0) RectangleFit[page, left: left, bottom: bottom, right: right, top: top] end |