Class: WinFFI::SIZEL
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- WinFFI::SIZEL
- Defined in:
- lib/win-ffi/core/struct/sizel.rb
Overview
Instance Method Summary collapse
Methods inherited from FFIAdditions::Struct
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'lib/win-ffi/core/struct/sizel.rb', line 7 def to_s "Size x=#{x}, y=#{y}" end |