• 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: NSRect ObjC class defintinition?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSRect ObjC class defintinition?


  • Subject: Re: NSRect ObjC class defintinition?
  • From: "Mike Vannorsdel" <email@hidden>
  • Date: Fri, 13 Jul 2001 21:50:42 -0600

NSRect is actually just a structure:

typedef struct _NSRect {
NSPoint origin;
NSSize size;
} NSRect;

You find this in Foundation's types and constants.

On Friday, July 13, 2001, at 09:32 PM, Andre John Mas wrote:

Hi,

Where can I find the definition of the NSRect class?


  • Prev by Date: NSRect ObjC class defintinition?
  • Next by Date: Re: NSRect ObjC class defintinition?
  • Previous by thread: NSRect ObjC class defintinition?
  • Next by thread: Re: NSRect ObjC class defintinition?
  • Index(es):
    • Date
    • Thread