Method: Cocoa#NSMakeSize

Defined in:
lib/cocoa/structs/NSSize.rb

#NSMakeSize(width, height) ⇒ Object



18
19
20
# File 'lib/cocoa/structs/NSSize.rb', line 18

def NSMakeSize width,height
  CGSize.new(width: width, height: height)
end