# File easy_vtk.rb, line 56
  def set_size( width, height )
    @renWin.SetSize( width, height )
    return nil
  end