NSMakeSize(_:_:)
Returns a new NSSize from the specified values.
Declaration
func NSMakeSize(_ w: Double, _ h: Double) -> NSSizeReturn Value
An NSSize having the specified width and height.
Returns a new NSSize from the specified values.
func NSMakeSize(_ w: Double, _ h: Double) -> NSSizeAn NSSize having the specified width and height.