NSRect geometric properties

77 views Asked by At

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.stack.imgur.com/

0

There are 0 answers