• 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
flipping the y-axis of an nsimage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

flipping the y-axis of an nsimage


  • Subject: flipping the y-axis of an nsimage
  • From: Chase <email@hidden>
  • Date: Thu, 21 Jul 2005 13:36:41 -0500


why does this not output one normal arrow cursor and one flipped :

NSImage * cursorpic = [[NSCursor arrowCursor] image];
[[cursorpic TIFFRepresentation] writeToFile:@"/_regular.tif" atomically:YES];
[cursorpic setFlipped:![cursorpic isFlipped]];
[[cursorpic TIFFRepresentation] writeToFile:@"/_flipped.tif" atomically:YES];



instead, i get two identical right-side-up cursors.

- chase



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: How do I add additional Attributes to a Core Data Entity?
  • Next by Date: Re: getting serial data
  • Previous by thread: Re: NSTreeController Filtering
  • Next by thread: NSTableView: option-drag with only one row?
  • Index(es):
    • Date
    • Thread