Class: WinFFI::SIZEL

Inherits:
FFIAdditions::Struct show all
Defined in:
lib/win-ffi/core/struct/sizel.rb

Overview

Instance Method Summary collapse

Methods inherited from FFIAdditions::Struct

encoded_setter

Instance Method Details

#to_sObject



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

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