Method: Origami::Destination.Zoom

Defined in:
lib/origami/destinations.rb

.Zoom(page, left: 0, top: 0, zoom: 0) ⇒ Object



67
68
69
# File 'lib/origami/destinations.rb', line 67

def self.Zoom(page, left: 0, top: 0, zoom: 0)
    Zoom[page, left: left, top: top, zoom: zoom]
end