Re: Help!
Re: Help!
- Subject: Re: Help!
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 27 Sep 2001 22:31:39 +0100
On Monday, January 5, 1970, at 12:16 am, email@hidden wrote:
does anybody know what the values in the parentheses represent?
NSMakeRect(0,0,0,0);
file:///Developer/Documentation/Cocoa/Reference/Foundation/ObjC_classic/Functions/
FoundationFunctions.html states:
NSMakeRect
This function creates a new NSRect from the specified values.
NSRect NSMakeRect(float x, float y, float w, float h)
Creates an NSRect having the specified origin of [x, y] and size of [w,
h].
-- Finlay