Re: NSMovie and resizing (matrix fun)
Re: NSMovie and resizing (matrix fun)
- Subject: Re: NSMovie and resizing (matrix fun)
- From: John Pattenden <email@hidden>
- Date: Wed, 6 Feb 2002 14:38:33 -0800
and here's nice trick too...
to get the actual "normal" size of the movie box (if its already been changed)
SetIdentityMatrix(&matrix);
SetMovieMatrix(fMovie, &matrix);
GetMovieBox(fMovie, &fMovieDefaultRect);
gets you back to actual size of the movie...
(course this isn't very cocoaish code.. but then QT is not very well
supported by cocoa..)
John Pattenden
ScreenTime Media
http://www.screentime.com
_______________________________________________
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.