Casting NSRect to CGRect?
Casting NSRect to CGRect?
- Subject: Casting NSRect to CGRect?
- From: Pete Carss <email@hidden>
- Date: Fri, 18 Jan 2002 00:22:07 +0000
I have a DrawRect method in a custom view - which takes an NSRect - as it
should. I want to use this data in a CG call that expects a CGRect - I delved
into the docs and the structs that define them are the same - is there an
easy way to get from one to the other?
Pete