[Pyobjc-dev] How to create flipped graphics context for an NSBitmapImageRep?
Brought to you by:
ronaldoussoren
From: Greg E. <gre...@ca...> - 2010-12-15 11:23:59
|
I want to create an NSGraphicsContext for an NSBitmapImageRep with a flipped coordinate system, but I can't see any way to do this. NSGraphicsContext has no method for setting the isFlipped property, and you only get to specify the flipped state when creating it from a CGContexRef, not from an NSBitmapImageRep. Surely there must be some way to do it? Anyone have any ideas? -- Greg |