class WinFFI::POINTS
Public Instance Methods
to_s()
click to toggle source
# File lib/win-ffi/core/struct/points.rb, line 6 def to_s "POINT x = #{x}, y = #{y}" end
# File lib/win-ffi/core/struct/points.rb, line 6 def to_s "POINT x = #{x}, y = #{y}" end