• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Casting NSRect to CGRect?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Casting NSRect to CGRect?


  • Subject: Re: Casting NSRect to CGRect?
  • From: "John C. Randolph" <email@hidden>
  • Date: Thu, 17 Jan 2002 16:39:20 -0800

On Thursday, January 17, 2002, at 04:22 PM, Pete Carss wrote:

> 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?

Just cast it. They're the same thing:

NSRect foundationRect;
CGRect coreGraphicsRect = (CGRect) foundationRect;

-jcr

"Only in a police state is the job of a policeman easy." - Orson Welles


  • Follow-Ups:
    • Re: Casting NSRect to CGRect?
      • From: Pete Carss <email@hidden>
References: 
 >Casting NSRect to CGRect? (From: Pete Carss <email@hidden>)

  • Prev by Date: Casting NSRect to CGRect?
  • Next by Date: Re: Casting NSRect to CGRect?
  • Previous by thread: Casting NSRect to CGRect?
  • Next by thread: Re: Casting NSRect to CGRect?
  • Index(es):
    • Date
    • Thread