Method: MPViewWithSection#drawRect
- Defined in:
- motion-prime/support/mp_view_with_section.rb
#drawRect(rect) ⇒ Object
8 9 10 |
# File 'motion-prime/support/mp_view_with_section.rb', line 8 def drawRect(rect) section.draw_in(rect) end |