# File lib/RMagick.rb, line 829
            def initialize(view, width, height, rows)
                @view = view
                @width = width
                @height = height
                @rows = rows
            end