Class: Qt::Polygon

Inherits:
Base show all
Includes:
Enumerable
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#each ⇒ Object



1672
1673
1674
1675
1676
1677
# File 'lib/Qt/qtruby4.rb', line 1672

def each
  for i in 0...count
    yield point(i)
  end
  return self
end