18 19 20
# File 'lib/cocoa/structs/NSPoint.rb', line 18 def NSMakePoint x,y CGPoint.new(x: x, y: y) end