Method: WinFFI::RECT#height

Defined in:
lib/win-ffi/structs/rect.rb

#heightObject



30
31
32
# File 'lib/win-ffi/structs/rect.rb', line 30

def height
  bottom - top
end