J.A.
J.A.

Reputation: 61

NSRect geometric properties

I have some problems with NSRect : everything works great for my image until I open Full Screen. My image moves down accordingly NSRect positions and not of image's constraints. How can I fixe my constraints for this ImageView in NSRect?

let imgImage1 = NSImageView(frame: NSRect(x: 375, y: 430, width: 105, height: 79))

[1]: https://i.sstatic.net/

Upvotes: 0

Views: 77

Answers (0)

Related Questions