Is it possible to load an image asset from CoreGraphics using MonoTouch?
If so, how?
I can't find anything in the MonoTouch framework that will let me do this.
FYI, I am looking to do this with CoreGraphics, not with CoreImage. I want my app to be compatible with iOS4+, so any way to do it with this in mind is acceptable.
FYI, I already have the asset object I need. I just need to turn this into something the user can see on the screen.