Re: Appkit vs CGPDF, and a remedial C question
Re: Appkit vs CGPDF, and a remedial C question
- Subject: Re: Appkit vs CGPDF, and a remedial C question
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 15 Oct 2002 22:21:21 +0100
On Tuesday, October 15, 2002, at 10:05 pm, Jonathan Hendry wrote:
I tried casting CGRect to an NSRect, without success. I'm just copying
the values
in the CGRect into a new NSRect. Is there a way to directly convert a
CGRect into
an NSRect that I'm overlooking?
*((NSRect *)&aCGRect) or similar might work...
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.