Re: <no subject>
Re: <no subject>
- Subject: Re: <no subject>
- From: Angela Brett <email@hidden>
- Date: Thu, 4 Oct 2001 22:09:03 +1200
I couldn't find the NSSize related docs. Where can I find it?
This is from Foundation Types and Constants:
typedef struct _NSSize {
float width;
float height;
} NSSize;
Constant descriptions
width
Description forthcoming.
height
Description forthcoming.
Discussion
The values for width and height should never be negative.
You should also look at the Foundation Functions for several
functions for manipulating NSSizes. In particular, you'll probably
find this one useful:
NSSize NSMakeSize(float width, float height)
Discussion
Creates an NSSize having the specified width and height.
--
Angela Brett email@hidden
http://acronyms.co.nz/
"Great minds think different."
References: | |
| ><no subject> (From: "Lizardo H. C. M. Nunes" <email@hidden>) |