Sha256: 53b988fed35c935a82942b5ef6c4a0b17f9bcf4cce9f9938ab60124ff6967dc3
Contents?: true
Size: 393 Bytes
Versions: 5
Compression:
Stored size: 393 Bytes
Contents
motion_require '../draw.rb' module MotionPrime class ViewDrawElement < DrawElement include DrawBackgroundMixin def draw_in(rect) return if computed_options[:hidden] options = computed_options background_rect = CGRectMake(computed_left, computed_top, computed_outer_width, computed_outer_height) draw_background_in(background_rect, options) end end end
Version data entries
5 entries across 5 versions & 1 rubygems