Class: WinFFI::SIZE

Inherits:
FFIStruct show all
Defined in:
lib/win-ffi/core/struct/size.rb

Overview

Instance Method Summary collapse

Methods inherited from FFIStruct

layout

Instance Method Details

#to_sObject



7
8
9
# File 'lib/win-ffi/core/struct/size.rb', line 7

def to_s
  "Size x=#{x}, y=#{y}"
end